mirror of
https://github.com/g-truc/glm.git
synced 2024-11-26 10:14:35 +00:00
Added more VC tests
This commit is contained in:
parent
ec6dacdb28
commit
c71c1d39b9
@ -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…
Reference in New Issue
Block a user