Travis CI for osx
This commit is contained in:
parent
34b00e0757
commit
6912d26add
8
.travis.yml
Normal file
8
.travis.yml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
|
||||||
|
language: cpp
|
||||||
|
os: osx
|
||||||
|
script:
|
||||||
|
- g++ -v
|
||||||
|
- clang++ -v
|
||||||
|
- cd premake && ./gmake.sh
|
||||||
|
- cd gmake && make config=release_x32
|
Loading…
Reference in New Issue
Block a user