|
|
@ -23,8 +23,12 @@ matrix: |
|
|
|
exclude: |
|
|
|
exclude: |
|
|
|
- image: Visual Studio 2013 |
|
|
|
- image: Visual Studio 2013 |
|
|
|
GLM_ARGUMENTS: -DGLM_TEST_ENABLE_SIMD_AVX=ON -DGLM_TEST_ENABLE_LANG_EXTENSIONS=ON |
|
|
|
GLM_ARGUMENTS: -DGLM_TEST_ENABLE_SIMD_AVX=ON -DGLM_TEST_ENABLE_LANG_EXTENSIONS=ON |
|
|
|
|
|
|
|
- image: Visual Studio 2013 |
|
|
|
|
|
|
|
configuration: Debug |
|
|
|
- image: Visual Studio 2015 |
|
|
|
- image: Visual Studio 2015 |
|
|
|
platform: x86 |
|
|
|
platform: x86 |
|
|
|
|
|
|
|
- image: Visual Studio 2015 |
|
|
|
|
|
|
|
configuration: Debug |
|
|
|
- image: Visual Studio 2017 |
|
|
|
- image: Visual Studio 2017 |
|
|
|
platform: x86 |
|
|
|
platform: x86 |
|
|
|
|
|
|
|
|
|
|
@ -49,6 +53,6 @@ build_script: |
|
|
|
- cmake --build . --config %CONFIGURATION% -- /m /v:minimal |
|
|
|
- cmake --build . --config %CONFIGURATION% -- /m /v:minimal |
|
|
|
|
|
|
|
|
|
|
|
test_script: |
|
|
|
test_script: |
|
|
|
- ctest -j2 |
|
|
|
- ctest -j4 |
|
|
|
|
|
|
|
|
|
|
|
deploy: off |
|
|
|
deploy: off |
|
|
|