mirror of
https://github.com/g-truc/glm.git
synced 2024-11-10 04:31:47 +00:00
Added travis script
This commit is contained in:
parent
7e4007d427
commit
b2464ceb9b
18
.travis.yml
Normal file
18
.travis.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user