mirror of
https://github.com/g-truc/glm.git
synced 2025-04-07 22:40:17 +00:00
tentative fix of appveyor script
This commit is contained in:
parent
981a625b63
commit
f1b19e7218
1 changed files with 0 additions and 8 deletions
|
@ -9,7 +9,6 @@ configuration:
|
|||
- Release
|
||||
|
||||
image:
|
||||
- Visual Studio 2013
|
||||
- Visual Studio 2015
|
||||
- Visual Studio 2017
|
||||
|
||||
|
@ -21,10 +20,6 @@ environment:
|
|||
|
||||
matrix:
|
||||
exclude:
|
||||
- image: Visual Studio 2013
|
||||
GLM_ARGUMENTS: "-DGLM_TEST_ENABLE_SIMD_AVX=ON -DGLM_TEST_ENABLE_LANG_EXTENSIONS=ON"
|
||||
- image: Visual Studio 2013
|
||||
configuration: Debug
|
||||
- image: Visual Studio 2015
|
||||
platform: x86
|
||||
- image: Visual Studio 2015
|
||||
|
@ -36,9 +31,6 @@ before_build:
|
|||
- ps: |
|
||||
mkdir build
|
||||
cd build
|
||||
if ("$env:APPVEYOR_JOB_NAME" -match "Image: Visual Studio 2013") {
|
||||
$env:generator="Visual Studio 12 2013"
|
||||
}
|
||||
if ("$env:APPVEYOR_JOB_NAME" -match "Image: Visual Studio 2015") {
|
||||
$env:generator="Visual Studio 14 2015"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue