ci: build tests on macos

this enables test building on macos (previously disabled)

Differential Revision: https://phab.enlightenment.org/D6584
This commit is contained in:
Mike Blumenkrantz 2018-07-12 14:25:42 -04:00 committed by Stefan Schmidt
parent a4afe4b300
commit 1fd8af2364
1 changed files with 1 additions and 1 deletions

View File

@ -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