summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDrChat <arkolbed@gmail.com>2017-12-19 21:55:15 -0600
committerDrChat <arkolbed@gmail.com>2017-12-19 21:55:15 -0600
commitdccbff3db36330163253693ee01b34b8edc5379a (patch)
tree90d821f3fda51c39d3c5c35245e43fffe5ff8ae9
parentde169dcfc6ccc7c609b013f2309f216256f1c471 (diff)
[Travis] Move addons section before the build matrix
-rw-r--r--.travis.yml32
1 files changed, 16 insertions, 16 deletions
diff --git a/.travis.yml b/.travis.yml
index 40596b0e8..6e125a84d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,6 +8,22 @@ os:
- linux
# - 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:
include:
- 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
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:
# We handle submodules ourselves in xenia-build setup.
submodules: false