Skip x86 Release instead of x86 Development, improve appveyor build time

This commit is contained in:
baldurk
2018-10-23 13:43:40 +01:00
parent fa6b5c5d09
commit ae474fa8a6
+1 -1
View File
@@ -24,7 +24,7 @@ environment:
secure: ndq7n9R6NhCV8mENhPAH4VTFNUeROGK/uFlqfUVwxAc=
init:
- if "%PLATFORM%" EQU "x86" ( if "%CONFIGURATION%"=="Development" (echo "Skipping x86 Development" && appveyor exit ) )
- if "%PLATFORM%" EQU "x86" ( if "%CONFIGURATION%"=="Release" (echo "Skipping x86 Release" && appveyor exit ) )
install:
- ps: $env:PATH = 'C:\MinGW\bin;C:\MinGW\mingw32\bin;C:\MinGW\msys\1.0\bin;' + $env:PATH