diff options
author | Eric Engestrom <[email protected]> | 2019-01-28 16:30:36 +0000 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2019-02-06 17:56:30 +0000 |
commit | d4c6d4d5cb577b7daecf38d03cdc0b539a4ba6da (patch) | |
tree | 48f17a40cd9e5901ff17a953daa3477bdcfd9a0d /.travis.yml | |
parent | 06b245b43865dc97498d9cf7e4862e8a48eb8612 (diff) |
gitlab-ci: add scons llvm 3.5 build
Signed-off-by: Eric Engestrom <[email protected]>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/.travis.yml b/.travis.yml index 50bb0333001..56b920f1315 100644 --- a/.travis.yml +++ b/.travis.yml @@ -531,28 +531,6 @@ matrix: - python3-pip - python3-setuptools - env: - - LABEL="scons LLVM" - - BUILD=scons - - SCONSFLAGS="-j4" - - SCONS_TARGET="llvm=1" - # Keep it symmetrical to the make build. - - SCONS_CHECK_COMMAND="scons llvm=1 check" - - LLVM_VERSION=3.5 - - LLVM_CONFIG="llvm-config-${LLVM_VERSION}" - addons: - apt: - packages: - # LLVM packaging is broken and misses these dependencies - - libedit-dev - # We actually want to test against llvm-3.3, yet 3.5 is available - - llvm-3.5-dev - # Common - - xz-utils - - x11proto-xf86vidmode-dev - - libexpat1-dev - - libx11-xcb-dev - - libelf-dev - - env: - LABEL="scons SWR" - BUILD=scons - SCONSFLAGS="-j4" |