Added OSX build on Travis

This commit is contained in:
Benoit Blanchon
2016-05-15 09:41:53 +02:00
parent 36d1bb2f52
commit bebd1c400c
3 changed files with 50 additions and 7 deletions

9
scripts/travis/cmake-osx.sh Executable file
View File

@ -0,0 +1,9 @@
#!/bin/sh -eux
URL=https://cmake.org/files/v3.4/cmake-3.4.3-Darwin-x86_64.tar.gz
curl -sS $URL | tar xz -C /tmp --strip 1
/tmp/CMake.app/Contents/bin/cmake .
make
make test