diff options
author | Mike Blumenkrantz <zmike@samsung.com> | 2018-07-12 14:25:42 -0400 |
---|---|---|
committer | Stefan Schmidt <s.schmidt@samsung.com> | 2018-07-26 08:55:58 +0200 |
commit | 1fd8af2364f7743f2478e92ff1808d616734ff40 (patch) | |
tree | b96b4b87057bb93d05db1bfd8f160a07f1f2ee75 /.ci | |
parent | a4afe4b3009b57553455bc8b65205ad5397a185f (diff) | |
download | efl-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.sh | 2 |
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 |