test cmake builds on osx as well

This commit is contained in:
Brent Cook 2015-09-17 05:48:09 -05:00
parent 4ce5342e86
commit a2e532ed01

View File

@ -19,6 +19,7 @@ if [ "x$ARCH" = "xnative" ]; then
if [ `uname` = "Darwin" ]; then
cmake ..
make
make test
else
sudo apt-get update
sudo apt-get install -y python-software-properties