Browse Source

Added appveyor config file

Christophe Riccio 9 years ago
parent
commit
2608e71aac
1 changed files with 1 additions and 3 deletions
  1. 1 3
      appveyor.yml

+ 1 - 3
appveyor.yml

@@ -1,7 +1,5 @@
 before_build:
 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:
 build_script:
   - cmake --build .
   - cmake --build .