diff options
author | Stefan Schmidt <stefan@osg.samsung.com> | 2018-01-05 15:52:12 +0100 |
---|---|---|
committer | Stefan Schmidt <stefan@osg.samsung.com> | 2018-01-10 09:49:53 +0100 |
commit | 8aadb2053712d96aebff9b15e1e7efdb60d17ebd (patch) | |
tree | 5be0bd57d5f4bf920fa8672f050fbbb663473d48 /.ci | |
parent | f285fd59259b528a1866b20d5d78723797490d92 (diff) |
ci: enable examples build in for OSX target
Diffstat (limited to '.ci')
-rwxr-xr-x | .ci/ci-osx-build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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" | |||
12 | # Normal build test of all targets | 12 | # Normal build test of all targets |
13 | ./autogen.sh $COPTS $@ | 13 | ./autogen.sh $COPTS $@ |
14 | make -j $PARALLEL_JOBS | 14 | make -j $PARALLEL_JOBS |
15 | #make -j $PARALLEL_JOBS examples | 15 | make -j $PARALLEL_JOBS examples |
16 | #make -j $PARALLEL_JOBS benchmark | 16 | #make -j $PARALLEL_JOBS benchmark |