summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorEric Engestrom <eric.engestrom@intel.com>2019-01-23 15:46:10 +0000
committerEric Engestrom <eric.engestrom@intel.com>2019-02-06 17:56:30 +0000
commit06b245b43865dc97498d9cf7e4862e8a48eb8612 (patch)
treeea36d63b8682bcd0219676233feab0d26e4c14d7 /.travis.yml
parent89a7467899f7f13601ff700568f6757d169d66e1 (diff)
gitlab-ci: add a scons no-llvm build
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml17
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"