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 9dcb5b4 commit 82c0bbdCopy full SHA for 82c0bbd
appveyor.yml
@@ -10,6 +10,8 @@ environment:
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
15
16
notifications:
17
- provider: Email
0 commit comments