Skip to content

Commit

Permalink
Add comments to debug hanging appveyor builds
Browse files Browse the repository at this point in the history
  • Loading branch information
mgreter committed Jun 17, 2019
1 parent 3d61646 commit 7c40b00
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@ cache:
- C:\Ruby%ruby_version%\lib\ruby\gems
- C:\mingw64

# Uncomment to debug hanging builds via RDP, password can ve found/set under Environment-Variables in appveyor settings!
#
# init:
# - ps: 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'))

install:
- git clone https://github.com/sass/sassc.git
- git clone https://github.com/sass/sass-spec.git
Expand Down

0 comments on commit 7c40b00

Please sign in to comment.