diff options
author | Eric Engestrom <[email protected]> | 2019-01-28 16:33:22 +0000 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2019-02-06 17:56:30 +0000 |
commit | 6a19ec9daac669336444f46946ad79ed674ad66f (patch) | |
tree | 2a1b510f19b7de732e2c93d3fa36470eaf2e29c1 /.travis.yml | |
parent | d4c6d4d5cb577b7daecf38d03cdc0b539a4ba6da (diff) |
gitlab-ci: add scons SWR build
Signed-off-by: Eric Engestrom <[email protected]>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/.travis.yml b/.travis.yml index 56b920f1315..b27449344ad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -531,25 +531,6 @@ matrix: - python3-pip - python3-setuptools - env: - - LABEL="scons SWR" - - BUILD=scons - - SCONSFLAGS="-j4" - - SCONS_TARGET="swr=1" - - LLVM_VERSION=6.0 - - LLVM_CONFIG="llvm-config-${LLVM_VERSION}" - # Keep it symmetrical to the make build. There's no actual SWR, yet. - - SCONS_CHECK_COMMAND="true" - addons: - apt: - packages: - - llvm-6.0-dev - # Common - - xz-utils - - x11proto-xf86vidmode-dev - - libexpat1-dev - - libx11-xcb-dev - - libelf-dev - - env: - LABEL="macOS make" - BUILD=make - MAKEFLAGS="-j4" |