Trying to fix appveyor script

master
Christophe Riccio ago%!(EXTRA string=7 years)
parent 8e703f034b
commit f48f885a39
  1. 4
      .appveyor.yml

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

Loading…
Cancel
Save