Skip to content

Commit

Permalink
(temp) Enable Appveyor RDP
Browse files Browse the repository at this point in the history
  • Loading branch information
rodjek committed Mar 26, 2019
1 parent 423eaea commit 933f6ee
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ install:
}
$ENV:SSL_CERT_FILE = $CACertFile
- echo %PATH%
- bundle version
- bundle install --retry 2 --without development

build: off
Expand All @@ -62,8 +63,8 @@ test_script:

# Uncomment this block to enable RDP access to the AppVeyor test instance for
# debugging purposes.
# 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'))

notifications:
- provider: HipChat
Expand Down

0 comments on commit 933f6ee

Please sign in to comment.