We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73b85f1 commit dd80af8Copy full SHA for dd80af8
scripts/appveyor.yml
@@ -24,14 +24,8 @@ environment:
24
coverity_email:
25
secure: ndq7n9R6NhCV8mENhPAH4VTFNUeROGK/uFlqfUVwxAc=
26
27
-# Can't exclude things in the build matrix, just skip development win32
28
-matrix:
29
- allow_failures:
30
- - configuration: Development
31
- platform: x86
32
-
33
init:
34
- - if "%PLATFORM%" EQU "x86" ( if "%CONFIGURATION%"=="Development" (echo "Skipping x86 Development" && exit /b 1 ) )
+ - if "%PLATFORM%" EQU "x86" ( if "%CONFIGURATION%"=="Development" (echo "Skipping x86 Development" && appveyor exit ) )
35
36
install:
37
- ps: $env:PATH = 'C:\MinGW\bin;C:\MinGW\mingw32\bin;C:\MinGW\msys\1.0\bin;' + $env:PATH
0 commit comments