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

Appveyor: playing with RDP settings

parent cf62ae56
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: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
#- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
install:
- git submodule -q update --init
......@@ -64,7 +64,7 @@ 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
......
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