From 8aadb2053712d96aebff9b15e1e7efdb60d17ebd Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Fri, 5 Jan 2018 15:52:12 +0100 Subject: [PATCH] ci: enable examples build in for OSX target --- .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 628ec20abe..bc2a056829 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