summaryrefslogtreecommitdiff
path: root/.ci
diff options
context:
space:
mode:
authorMarcel Hollerbach <mail@marcel-hollerbach.de>2020-07-27 13:49:20 +0200
committerStefan Schmidt <s.schmidt@samsung.com>2020-07-27 14:24:54 +0200
commitf9653f015b0db37cc1c68a449998f6270385521a (patch)
tree984c4d4af9bd73c1dd051965ce38b95eead9132d /.ci
parentb7a61632d0f639cb19823e712da9ee1a7ed145ec (diff)
downloadefl-f9653f015b0db37cc1c68a449998f6270385521a.tar.gz
ci: do not build tests on ci
we need to do the same on any platform that upgrades check from 0.15.0 to 0.15.1. For now this is only with macos Reviewed-by: Stefan Schmidt <stefan@datenfreihafen.org> Differential Revision: https://phab.enlightenment.org/D12068
Diffstat (limited to '.ci')
-rwxr-xr-x.ci/ci-configure.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/ci-configure.sh b/.ci/ci-configure.sh
index 0b2f5a64c1..85aeb75202 100755
--- a/.ci/ci-configure.sh
+++ b/.ci/ci-configure.sh
@@ -96,7 +96,7 @@ elif [ "$TRAVIS_OS_NAME" = "osx" ]; then
zlib_vers=$(grep ZLIB_VERSION /usr/include/zlib.h|head -n1|awk '{print $3}'|cut -d'"' -f2)
sed -iE "s/REPLACE_THIS/$zlib_vers/" .ci/zlib.pc
export PKG_CONFIG_PATH="/usr/local/opt/openssl/lib/pkgconfig:/usr/local/Cellar/libffi/$LIBFFI_VER/lib/pkgconfig:$(pwd)/.ci"
- mkdir build && meson build -Dopengl=full -Decore-imf-loaders-disabler=scim,ibus -Dx11=false -Davahi=false -Deeze=false -Dsystemd=false -Dnls=false -Dcocoa=true -Dgstreamer=false
+ mkdir build && meson build -Dopengl=full -Decore-imf-loaders-disabler=scim,ibus -Dx11=false -Davahi=false -Deeze=false -Dsystemd=false -Dnls=false -Dcocoa=true -Dgstreamer=false -Dbuild-tests=false
else # Native Ubuntu Linux Travis builds (non-docker)
OPTS=" -Decore-imf-loaders-disabler=scim,ibus"