ci: enable examples build in for OSX target
authorStefan Schmidt <stefan@osg.samsung.com>
Fri, 5 Jan 2018 14:52:12 +0000 (15:52 +0100)
committerWonki Kim <wonki_.kim@samsung.com>
Wed, 17 Jan 2018 05:14:32 +0000 (14:14 +0900)
.ci/ci-osx-build.sh

index 628ec20..bc2a056 100755 (executable)
@@ -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