Added more VC tests

master
Christophe Riccio ago%!(EXTRA string=7 years)
parent ec6dacdb28
commit c71c1d39b9
  1. 13
      .appveyor.yml

@ -5,10 +5,19 @@ os:
- Visual Studio 2013 - Visual Studio 2013
- Visual Studio 2017 - Visual Studio 2017
configuration:
- Debug
- Release
matrix:
fast_finish: true
platform: platform:
- x86
- x86_64 - x86_64
build: build:
parallel: true
verbosity: minimal verbosity: minimal
build_script: build_script:
@ -16,7 +25,7 @@ build_script:
- md build - md build
- cd build - cd build
- cmake -DCMAKE_CXX_COMPILER=$COMPILER -DGLM_TEST_ENABLE=ON -DGLM_TEST_ENABLE_LANG_EXTENSIONS=ON .. - cmake -DCMAKE_CXX_COMPILER=$COMPILER -DGLM_TEST_ENABLE=ON -DGLM_TEST_ENABLE_LANG_EXTENSIONS=ON ..
- cmake -E time cmake --build . - cmake -E time cmake --build . --config %CONFIGURATION%
after_build: after_build:
- ctest -C Release - ctest -C %CONFIGURATION%

Loading…
Cancel
Save