ci: disable app build on osx

this isn't currently working, disable for now

Differential Revision: https://phab.enlightenment.org/D6609
This commit is contained in:
Mike Blumenkrantz 2018-07-11 20:58:16 -04:00 committed by Stefan Schmidt
parent 3c762fbe1f
commit 322fe28951
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ script:
- .ci/ci-make-distcheck.sh "$CI_BUILD_TYPE"
- |
if [[ "$DISTRO" == "" ]] && [[ "$TRAVIS_OS_NAME" != "linux" ]] ; then
.ci/build-efl-app.sh
true
elif [[ "$CI_BUILD_TYPE" != "release-ready" ]] ; then
docker exec --env MAKEFLAGS="-j5" --env EIO_MONITOR_POLL=1 $(cat $HOME/cid) .ci/build-efl-app.sh
fi