Trying to fix appveyor script

This commit is contained in:
Christophe Riccio 2018-08-19 02:05:06 +02:00
parent 8e703f034b
commit f48f885a39

View File

@ -27,9 +27,7 @@ before_build:
cmake .. -DGLM_TEST_ENABLE_LANG_EXTENSIONS=ON -G %generator% cmake .. -DGLM_TEST_ENABLE_LANG_EXTENSIONS=ON -G %generator%
build: build:
project: c:\dev\glm-cmake\build\template.sln cmake --build .
verbosity: minimal
parallel: true
after_build: after_build:
- ctest - ctest