ci: enable examples build in for OSX target

This commit is contained in:
Stefan Schmidt 2018-01-05 15:52:12 +01:00
parent f285fd5925
commit 8aadb20537
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