diff options
author | Stefan Schmidt <stefan@osg.samsung.com> | 2017-09-28 22:35:13 +0200 |
---|---|---|
committer | Stefan Schmidt <stefan@osg.samsung.com> | 2017-09-28 22:37:15 +0200 |
commit | a2ea2cf188ff7d00bac8aba721abd9805576e819 (patch) | |
tree | df4e33524cccc8705227c57e87fc27560c0987f2 /.ci | |
parent | deca3c947ff1a2bed3f4baadce576105055af266 (diff) |
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.
Diffstat (limited to '.ci')
-rwxr-xr-x | .ci/ci-osx-build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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" | |||
12 | # Normal build test of all targets | 12 | # Normal build test of all targets |
13 | ./autogen.sh $COPTS $@ | 13 | ./autogen.sh $COPTS $@ |
14 | make -j $PARALLEL_JOBS | 14 | make -j $PARALLEL_JOBS |
15 | make -j $PARALLEL_JOBS examples | 15 | #make -j $PARALLEL_JOBS examples |
16 | #make -j $PARALLEL_JOBS benchmark | 16 | #make -j $PARALLEL_JOBS benchmark |