From 72788c2d1a75bf87d2a4d8ace069b556f4c75116 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 628ec20..bc2a056 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 -- 2.7.4