ci: disable examples build for osx for now
authorStefan Schmidt <stefan@osg.samsung.com>
Thu, 28 Sep 2017 20:35:13 +0000 (22:35 +0200)
committerStefan Schmidt <stefan@osg.samsung.com>
Thu, 28 Sep 2017 20:37:15 +0000 (22:37 +0200)
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

index bc2a056..628ec20 100755 (executable)
@@ -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