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.
This commit is contained in:
Stefan Schmidt 2017-09-28 22:35:13 +02:00
parent deca3c947f
commit a2ea2cf188
1 changed files with 1 additions and 1 deletions

View File

@ -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