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
|
if [ `uname` = "Darwin" ]; then
|
||||||
cmake ..
|
cmake ..
|
||||||
make
|
make
|
||||||
|
make test
|
||||||
else
|
else
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install -y python-software-properties
|
sudo apt-get install -y python-software-properties
|
||||||
|
Loading…
Reference in New Issue
Block a user