Added appveyor config file

This commit is contained in:
Christophe Riccio 2016-11-19 19:50:25 +01:00
parent 49029bfa67
commit 2608e71aac

View File

@ -1,7 +1,5 @@
before_build:
- mkdir ./build
- cd ./build
- cmake -DGLM_TEST_ENABLE=ON -DGLM_TEST_ENABLE_CXX_98=ON ..
- cmake -DGLM_TEST_ENABLE=ON -DGLM_TEST_ENABLE_CXX_98=ON .
build_script:
- cmake --build .