[Travis] Move addons section before the build matrix
This commit is contained in:
parent
de169dcfc6
commit
dccbff3db3
32
.travis.yml
32
.travis.yml
|
@ -8,6 +8,22 @@ os:
|
||||||
- linux
|
- linux
|
||||||
# - osx
|
# - osx
|
||||||
|
|
||||||
|
sudo: required
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
sources:
|
||||||
|
- ubuntu-toolchain-r-test
|
||||||
|
- llvm-toolchain-trusty
|
||||||
|
packages:
|
||||||
|
- python3
|
||||||
|
- libc++-dev
|
||||||
|
- libc++abi-dev
|
||||||
|
- libglew-dev
|
||||||
|
- libgtk-3-dev
|
||||||
|
- libpthread-stubs0-dev
|
||||||
|
- libx11-dev
|
||||||
|
- liblz4-dev
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- env: C_COMPILER=clang-4.0 CXX_COMPILER=clang++-4.0 LINT=true
|
- env: C_COMPILER=clang-4.0 CXX_COMPILER=clang++-4.0 LINT=true
|
||||||
|
@ -29,22 +45,6 @@ matrix:
|
||||||
- env: C_COMPILER=clang-4.0 CXX_COMPILER=clang++-4.0 BUILD=true CONFIG=Release
|
- env: C_COMPILER=clang-4.0 CXX_COMPILER=clang++-4.0 BUILD=true CONFIG=Release
|
||||||
addons: *clang40
|
addons: *clang40
|
||||||
|
|
||||||
sudo: required
|
|
||||||
addons:
|
|
||||||
apt:
|
|
||||||
sources:
|
|
||||||
- ubuntu-toolchain-r-test
|
|
||||||
- llvm-toolchain-trusty
|
|
||||||
packages:
|
|
||||||
- python3
|
|
||||||
- libc++-dev
|
|
||||||
- libc++abi-dev
|
|
||||||
- libglew-dev
|
|
||||||
- libgtk-3-dev
|
|
||||||
- libpthread-stubs0-dev
|
|
||||||
- libx11-dev
|
|
||||||
- liblz4-dev
|
|
||||||
|
|
||||||
git:
|
git:
|
||||||
# We handle submodules ourselves in xenia-build setup.
|
# We handle submodules ourselves in xenia-build setup.
|
||||||
submodules: false
|
submodules: false
|
||||||
|
|
Loading…
Reference in New Issue