Skip to content
Snippets Groups Projects
Commit cf62ae56 authored by Pospelov, Gennady's avatar Pospelov, Gennady
Browse files

Appveyor: playing with blockrdp

parent e9ae7e21
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ build:
init:
- echo "BornAgain init" %CD%
- echo %PATH%
- ps: 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'))
install:
- git submodule -q update --init
......@@ -64,11 +64,11 @@ test_script:
}
on_failure:
- 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'))
#- 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'))
#on_finish:
#- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment