mirror of
https://github.com/g-truc/glm.git
synced 2025-04-07 14:29:16 +00:00
Reduce the number of appveyor configuration
This commit is contained in:
parent
89e5c5db49
commit
d9d1aaf4b4
1 changed files with 5 additions and 1 deletions
|
@ -22,7 +22,11 @@ environment:
|
|||
matrix:
|
||||
exclude:
|
||||
- image: Visual Studio 2013
|
||||
GLM_ARGUMENTS: -DGLM_TEST_ENABLE=ON -DGLM_TEST_ENABLE_LANG_EXTENSIONS=ON -DGLM_TEST_ENABLE_SIMD_AVX=ON
|
||||
GLM_ARGUMENTS: -DGLM_TEST_ENABLE_SIMD_AVX=ON -DGLM_TEST_ENABLE_LANG_EXTENSIONS=ON
|
||||
- image: Visual Studio 2015
|
||||
platform: x86
|
||||
- image: Visual Studio 2017
|
||||
platform: x86
|
||||
|
||||
before_build:
|
||||
- ps: |
|
||||
|
|
Loading…
Add table
Reference in a new issue