Skip to content

Commit

Permalink
Allow Windows 32-bit builds to fail
Browse files Browse the repository at this point in the history
It appears that the 32-bit binary builds are not currently entirely
stable. A doctest in the HTML test example makes crashed Julia on that
binary, even though it works perfectly on other platforms/versions/etc.

(cherry picked from commit e8e5755)
  • Loading branch information
mortenpi committed Jul 29, 2017
1 parent 6579f40 commit c696245
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 @@ -7,6 +7,10 @@ environment:
- JULIA_URL: "https://julialangnightlies-s3.julialang.org/bin/winnt/x86/julia-latest-win32.exe"
- JULIA_URL: "https://julialangnightlies-s3.julialang.org/bin/winnt/x64/julia-latest-win64.exe"

matrix:
allow_failures:
- JULIA_URL: "https://julialangnightlies-s3.julialang.org/bin/winnt/x86/julia-latest-win32.exe"

notifications:
- provider: Email
on_build_success: false
Expand Down

0 comments on commit c696245

Please sign in to comment.