test cmake builds on osx as well
This commit is contained in:
parent
4ce5342e86
commit
a2e532ed01
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user