aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2015-09-17 05:48:09 -0500
committerBrent Cook <bcook@openbsd.org>2015-09-17 05:48:09 -0500
commita2e532ed01a2e8caa6b1dfeca020f09f1a0124ff (patch)
treeab0b3d483e5bd535bd6f296d56b5229e59f485e6 /scripts
parent4ce5342e8621faf0bbbbd9fba3fce7831b0da8ab (diff)
downloadportable-a2e532ed01a2e8caa6b1dfeca020f09f1a0124ff.tar.gz
portable-a2e532ed01a2e8caa6b1dfeca020f09f1a0124ff.tar.bz2
portable-a2e532ed01a2e8caa6b1dfeca020f09f1a0124ff.zip
test cmake builds on osx as well
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/travis1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/travis b/scripts/travis
index 75bff56..542161d 100755
--- a/scripts/travis
+++ b/scripts/travis
@@ -19,6 +19,7 @@ if [ "x$ARCH" = "xnative" ]; then
19 if [ `uname` = "Darwin" ]; then 19 if [ `uname` = "Darwin" ]; then
20 cmake .. 20 cmake ..
21 make 21 make
22 make test
22 else 23 else
23 sudo apt-get update 24 sudo apt-get update
24 sudo apt-get install -y python-software-properties 25 sudo apt-get install -y python-software-properties