diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-07-29 07:23:31 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-07-29 07:23:31 -0700 |
commit | 3cd584e1372afcd9e66152b5ca2bb50d6fa95eba (patch) | |
tree | eae7d291ad23b07e57c0612eb72aed20b9e8c280 /.travis.yml | |
parent | c7cd76bae31e018e41031df378d447825b469026 (diff) | |
download | subsurface-3cd584e1372afcd9e66152b5ca2bb50d6fa95eba.tar.gz |
Travis: build without WebKit by default
All these hacks are no longer needed.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index ac1a2ffb7..6b34c4771 100644 --- a/.travis.yml +++ b/.travis.yml @@ -41,9 +41,6 @@ before_install: script: - - perl -pi -e 's/BUILDGRANTLEE=1/BUILDGRANTLEE=0/' scripts/build.sh - - perl -pi -e 's/BUILDMARBLE=1/BUILDMARBLE=0/' scripts/build.sh - - perl -pi -e 's/-DNO_PRINTING=OFF/-DNO_PRINTING=ON -DNO_MARBLE=ON -DUSE_WEBENGINE=ON/' scripts/build.sh - export CMAKE_PREFIX_PATH=$PWD/Qt/5.9/gcc_64/lib/cmake ; cd .. ; bash -e ./subsurface/scripts/build.sh -both |