Workaround broken MinGW installation on AppVeyor (#355)

This commit is contained in:
Victor Zverovich
2016-07-16 07:58:42 -07:00
parent d4885cea62
commit 1acfd07f1e
2 changed files with 15 additions and 3 deletions
+4
View File
@@ -20,3 +20,7 @@ build_script:
on_failure:
- appveyor PushArtifact Testing/Temporary/LastTest.log
- appveyor AddTest test
# Uncomment this to debug AppVeyor failures.
#on_finish:
# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))