diff options
| author | Brent Cook <bcook@openbsd.org> | 2015-09-17 05:48:09 -0500 |
|---|---|---|
| committer | Brent Cook <bcook@openbsd.org> | 2015-09-17 05:48:09 -0500 |
| commit | a2e532ed01a2e8caa6b1dfeca020f09f1a0124ff (patch) | |
| tree | ab0b3d483e5bd535bd6f296d56b5229e59f485e6 | |
| parent | 4ce5342e8621faf0bbbbd9fba3fce7831b0da8ab (diff) | |
| download | portable-a2e532ed01a2e8caa6b1dfeca020f09f1a0124ff.tar.gz portable-a2e532ed01a2e8caa6b1dfeca020f09f1a0124ff.tar.bz2 portable-a2e532ed01a2e8caa6b1dfeca020f09f1a0124ff.zip | |
test cmake builds on osx as well
| -rwxr-xr-x | scripts/travis | 1 |
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 |
