Skip to content

Commit dd80af8

Browse files
committed
Skip x86 development on appveyor in a cleaner way
1 parent 73b85f1 commit dd80af8

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

scripts/appveyor.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,8 @@ environment:
2424
coverity_email:
2525
secure: ndq7n9R6NhCV8mENhPAH4VTFNUeROGK/uFlqfUVwxAc=
2626

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-
3327
init:
34-
- if "%PLATFORM%" EQU "x86" ( if "%CONFIGURATION%"=="Development" (echo "Skipping x86 Development" && exit /b 1 ) )
28+
- if "%PLATFORM%" EQU "x86" ( if "%CONFIGURATION%"=="Development" (echo "Skipping x86 Development" && appveyor exit ) )
3529

3630
install:
3731
- ps: $env:PATH = 'C:\MinGW\bin;C:\MinGW\mingw32\bin;C:\MinGW\msys\1.0\bin;' + $env:PATH

0 commit comments

Comments
 (0)