diff options
author | Eric Engestrom <[email protected]> | 2019-01-23 15:46:10 +0000 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2019-02-06 17:56:30 +0000 |
commit | 06b245b43865dc97498d9cf7e4862e8a48eb8612 (patch) | |
tree | ea36d63b8682bcd0219676233feab0d26e4c14d7 /.travis.yml | |
parent | 89a7467899f7f13601ff700568f6757d169d66e1 (diff) |
gitlab-ci: add a scons no-llvm build
Signed-off-by: Eric Engestrom <[email protected]>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/.travis.yml b/.travis.yml index de8395c894b..50bb0333001 100644 --- a/.travis.yml +++ b/.travis.yml @@ -531,23 +531,6 @@ matrix: - python3-pip - python3-setuptools - env: - - LABEL="scons" - - BUILD=scons - - SCONSFLAGS="-j4" - # Explicitly disable. - - SCONS_TARGET="llvm=0" - # Keep it symmetrical to the make build. - - SCONS_CHECK_COMMAND="scons llvm=0 check" - addons: - apt: - packages: - # Common - - xz-utils - - x11proto-xf86vidmode-dev - - libexpat1-dev - - libx11-xcb-dev - - libelf-dev - - env: - LABEL="scons LLVM" - BUILD=scons - SCONSFLAGS="-j4" |