From a2ea2cf188ff7d00bac8aba721abd9805576e819 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Thu, 28 Sep 2017 22:35:13 +0200 Subject: [PATCH] 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