Commit d6575035 authored by Milo Yip's avatar Milo Yip

Add another source

parent 9e05693c
...@@ -50,6 +50,7 @@ matrix: ...@@ -50,6 +50,7 @@ matrix:
apt: apt:
sources: sources:
- llvm-toolchain-precise-3.7 - llvm-toolchain-precise-3.7
- ubuntu-toolchain-r-test
packages: packages:
- *default_packages - *default_packages
- g++-multilib - g++-multilib
...@@ -61,6 +62,7 @@ matrix: ...@@ -61,6 +62,7 @@ matrix:
apt: apt:
sources: sources:
- llvm-toolchain-precise-3.7 - llvm-toolchain-precise-3.7
- ubuntu-toolchain-r-test
packages: packages:
- clang-3.7 - clang-3.7
- env: CONF=debug ARCH=x86 CXX11=OFF CCACHE_CPP2=yes - env: CONF=debug ARCH=x86 CXX11=OFF CCACHE_CPP2=yes
...@@ -69,6 +71,7 @@ matrix: ...@@ -69,6 +71,7 @@ matrix:
apt: apt:
sources: sources:
- llvm-toolchain-precise-3.7 - llvm-toolchain-precise-3.7
- ubuntu-toolchain-r-test
packages: packages:
- *default_packages - *default_packages
- g++-multilib - g++-multilib
...@@ -80,6 +83,7 @@ matrix: ...@@ -80,6 +83,7 @@ matrix:
apt: apt:
sources: sources:
- llvm-toolchain-precise-3.7 - llvm-toolchain-precise-3.7
- ubuntu-toolchain-r-test
packages: packages:
- clang-3.7 - clang-3.7
- env: CONF=release ARCH=x86 CXX11=ON CCACHE_CPP2=yes - env: CONF=release ARCH=x86 CXX11=ON CCACHE_CPP2=yes
...@@ -88,6 +92,7 @@ matrix: ...@@ -88,6 +92,7 @@ matrix:
apt: apt:
sources: sources:
- llvm-toolchain-precise-3.7 - llvm-toolchain-precise-3.7
- ubuntu-toolchain-r-test
packages: packages:
- *default_packages - *default_packages
- g++-multilib - g++-multilib
...@@ -99,6 +104,7 @@ matrix: ...@@ -99,6 +104,7 @@ matrix:
apt: apt:
sources: sources:
- llvm-toolchain-precise-3.7 - llvm-toolchain-precise-3.7
- ubuntu-toolchain-r-test
packages: packages:
- clang-3.7 - clang-3.7
# coverage report # coverage report
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment