From 1fd8af2364f7743f2478e92ff1808d616734ff40 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Thu, 12 Jul 2018 14:25:42 -0400 Subject: [PATCH] ci: build tests on macos this enables test building on macos (previously disabled) Differential Revision: https://phab.enlightenment.org/D6584 --- .ci/ci-configure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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