summaryrefslogtreecommitdiff
path: root/src/CI/travis/make_darwin
diff options
context:
space:
mode:
Diffstat (limited to 'src/CI/travis/make_darwin')
-rwxr-xr-xsrc/CI/travis/make_darwin13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/CI/travis/make_darwin b/src/CI/travis/make_darwin
new file mode 100755
index 0000000..4fe4e44
--- /dev/null
+++ b/src/CI/travis/make_darwin
@@ -0,0 +1,13 @@
+#!/bin/sh
+
+if [ "x${COVERITY_SCAN_PROJECT_NAME}" != "x" ] ; then exit 0; fi
+
+cd $TRAVIS_BUILD_DIR/build
+cmake -DOSX_PACKAGE=ON ..
+make
+ls
+
+cd $TRAVIS_BUILD_DIR/build_tar
+cmake -DOSX_PACKAGE=OFF -DENABLE_PACKAGING=ON ..
+make && make package
+ls