mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-07 16:22:40 +00:00
Allow failures on mingw for now
This commit is contained in:
parent
063532825c
commit
2326ea68b5
@ -17,6 +17,10 @@ environment:
|
|||||||
ARCH: i686 # this is for 32-bit MinGW-w64
|
ARCH: i686 # this is for 32-bit MinGW-w64
|
||||||
- GENERATOR: "MSYS Makefiles"
|
- GENERATOR: "MSYS Makefiles"
|
||||||
ARCH: 64
|
ARCH: 64
|
||||||
|
matrix:
|
||||||
|
allow_failures:
|
||||||
|
- GENERATOR: "MSYS Makefiles"
|
||||||
|
ARCH: 32
|
||||||
cache:
|
cache:
|
||||||
- i686-4.9.2-release-win32-sjlj-rt_v3-rev1.7z
|
- i686-4.9.2-release-win32-sjlj-rt_v3-rev1.7z
|
||||||
- x86_64-4.9.2-release-win32-seh-rt_v3-rev1.7z
|
- x86_64-4.9.2-release-win32-seh-rt_v3-rev1.7z
|
||||||
|
Loading…
Reference in New Issue
Block a user