stefan pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=a2ea2cf188ff7d00bac8aba721abd9805576e819

commit a2ea2cf188ff7d00bac8aba721abd9805576e819
Author: Stefan Schmidt <ste...@osg.samsung.com>
Date:   Thu Sep 28 22:35:13 2017 +0200

    ci: disable examples build for osx for now
    
    On the 10.12 build we regularly run into the maximum time limit for a
    osx build job (45min?). Lets focus on the normal build for now.
---
 .ci/ci-osx-build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.ci/ci-osx-build.sh b/.ci/ci-osx-build.sh
index bc2a056829..628ec20abe 100755
--- a/.ci/ci-osx-build.sh
+++ b/.ci/ci-osx-build.sh
@@ -12,5 +12,5 @@ export PATH="$(brew --prefix gettext)/bin:$PATH"
 # Normal build test of all targets
 ./autogen.sh $COPTS $@
 make -j $PARALLEL_JOBS
-make -j $PARALLEL_JOBS examples
+#make -j $PARALLEL_JOBS examples
 #make -j $PARALLEL_JOBS benchmark

-- 


Reply via email to