summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Kelman <tony@kelman.net>2015-03-05 16:14:17 -0800
committerTony Kelman <tony@kelman.net>2015-03-05 18:12:32 -0800
commit2326ea68b50756e44917e21142f22ac9baac63f6 (patch)
tree81cbad1103ce6e284ee396a758a0805a999e732a
parent063532825cb9f736b7c2ed65c8f3269540df1ccc (diff)
downloadlibgit2-2326ea68b50756e44917e21142f22ac9baac63f6.tar.gz
Allow failures on mingw for now
-rw-r--r--appveyor.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 647ef16b5..c6a9f1d71 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -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