ci: disable app build on osx
authorMike Blumenkrantz <zmike@samsung.com>
Thu, 12 Jul 2018 00:58:16 +0000 (20:58 -0400)
committerYoungbok Shin <youngb.shin@samsung.com>
Thu, 26 Jul 2018 08:26:36 +0000 (17:26 +0900)
this isn't currently working, disable for now

Differential Revision: https://phab.enlightenment.org/D6609

.travis.yml

index bd38420..78d5fa4 100644 (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