Added travis script

This commit is contained in:
Christophe Riccio 2016-11-19 19:41:54 +01:00
parent 7e4007d427
commit b2464ceb9b

18
.travis.yml Normal file
View File

@ -0,0 +1,18 @@
language: cpp
os:
- linux
- osx
compiler:
- g++
- clang
before_script:
- mkdir ./build
- cd ./build
- cmake -DGLM_TEST_ENABLE=ON -DGLM_TEST_ENABLE_CXX_98=ON ..
script:
- cmake --build .
- ctest