We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82c0bbd commit c59d76cCopy full SHA for c59d76c
appveyor.yml
@@ -9,9 +9,11 @@ environment:
9
MINGW_DIR: mingw32
10
# MINGW_URL: https://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win32/Personal%20Builds/mingw-builds/5.3.0/threads-win32/dwarf/i686-5.3.0-release-win32-dwarf-rt_v4-rev0.7z/download
11
MINGW_URL: http://mlg.eng.cam.ac.uk/hong/i686-5.3.0-release-win32-dwarf-rt_v4-rev0.7z
12
- MINGW_ARCHIVE: i686-5.3.0-release-win32-dwarf-rt_v4-rev0.7z
13
- allow_failures: # Cairo.jl doesn't build on Win32; remove this when Cairo has a new release.
14
- - MINGW_DIR: mingw32
+ MINGW_ARCHIVE: i686-5.3.0-release-win32-dwarf-rt_v4-rev0.7z
+
+matrix:
15
+ allow_failures: # Cairo.jl doesn't build on Win32; remove this when Cairo has a new release.
16
+ - MINGW_DIR: mingw32
17
18
notifications:
19
- provider: Email
0 commit comments