Skip to content

Commit

Permalink
AppVeyor: Skip Win32|Development target
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
baldurk committed May 21, 2016
1 parent 3caed2e commit d60e590
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ environment:
coverity_email:
secure: ndq7n9R6NhCV8mENhPAH4VTFNUeROGK/uFlqfUVwxAc=

# Can't exclude things in the build matrix, just skip development win32
init:
- if "%PLATFORM%" EQU "Win32" ( if "%CONFIGURATION%"=="Development" (echo "Skipping Win32 Development" && exit /b 1 ) )

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

Expand Down

0 comments on commit d60e590

Please sign in to comment.