Update appveyor.yml

This commit is contained in:
Victor Zverovich 2017-10-21 06:12:52 -07:00 committed by GitHub
parent dfde712175
commit f5cccb98f0

View File

@ -18,10 +18,10 @@ before_build:
build_script: build_script:
- python support/appveyor-build.py - python support/appveyor-build.py
on_failure: #on_failure:
- appveyor PushArtifact Testing/Temporary/LastTest.log # - appveyor PushArtifact Testing/Temporary/LastTest.log
- appveyor AddTest test # - appveyor AddTest test
# Uncomment this to debug AppVeyor failures. # Uncomment this to debug AppVeyor failures.
#on_finish: on_finish:
# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))