Added more VC tests

This commit is contained in:
Christophe Riccio 2018-08-19 02:34:41 +02:00
parent ec6dacdb28
commit c71c1d39b9

View File

@ -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%