summaryrefslogtreecommitdiff
path: root/.ci
diff options
context:
space:
mode:
authorMike Blumenkrantz <zmike@samsung.com>2018-07-12 14:25:42 -0400
committerStefan Schmidt <s.schmidt@samsung.com>2018-07-26 08:55:58 +0200
commit1fd8af2364f7743f2478e92ff1808d616734ff40 (patch)
treeb96b4b87057bb93d05db1bfd8f160a07f1f2ee75 /.ci
parenta4afe4b3009b57553455bc8b65205ad5397a185f (diff)
downloadefl-1fd8af2364f7743f2478e92ff1808d616734ff40.tar.gz
ci: build tests on macos
this enables test building on macos (previously disabled) Differential Revision: https://phab.enlightenment.org/D6584
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 4af6763576..146b9b6eb0 100755
--- a/.ci/ci-configure.sh
+++ b/.ci/ci-configure.sh
@@ -54,7 +54,7 @@ if [ "$DISTRO" != "" ] ; then
--env CXX="ccache g++" --env CFLAGS="-fdirectives-only" --env CXXFLAGS="-fdirectives-only" \
$(cat $HOME/cid) ./autogen.sh $OPTS
else
- OSX_COPTS="--disable-cxx-bindings -C"
+ OSX_COPTS="--disable-cxx-bindings --with-tests=regular -C"
# Prepare OSX env for build
mkdir -p ~/Library/LaunchAgents