Added appveyor config file
This commit is contained in:
parent
b2464ceb9b
commit
49029bfa67
9
appveyor.yml
Normal file
9
appveyor.yml
Normal file
@ -0,0 +1,9 @@
|
||||
before_build:
|
||||
- mkdir ./build
|
||||
- cd ./build
|
||||
- cmake -DGLM_TEST_ENABLE=ON -DGLM_TEST_ENABLE_CXX_98=ON ..
|
||||
|
||||
build_script:
|
||||
- cmake --build .
|
||||
- ctest
|
||||
|
Loading…
x
Reference in New Issue
Block a user