Skip to content

Commit

Permalink
Allow failures on mingw for now
Browse files Browse the repository at this point in the history
  • Loading branch information
tkelman committed Mar 6, 2015
1 parent 0635328 commit 2326ea6
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 @@ -17,6 +17,10 @@ environment:
ARCH: i686 # this is for 32-bit MinGW-w64
- GENERATOR: "MSYS Makefiles"
ARCH: 64
matrix:
allow_failures:
- GENERATOR: "MSYS Makefiles"
ARCH: 32
cache:
- i686-4.9.2-release-win32-sjlj-rt_v3-rev1.7z
- x86_64-4.9.2-release-win32-seh-rt_v3-rev1.7z
Expand Down

0 comments on commit 2326ea6

Please sign in to comment.