Travis CI for osx

This commit is contained in:
Jordan Cristiano 2017-05-25 00:20:46 -04:00
parent 34b00e0757
commit 6912d26add
1 changed files with 8 additions and 0 deletions

8
.travis.yml Normal file
View File

@ -0,0 +1,8 @@
language: cpp
os: osx
script:
- g++ -v
- clang++ -v
- cd premake && ./gmake.sh
- cd gmake && make config=release_x32