Skip to content

Commit 7c40b00

Browse files
committed
Add comments to debug hanging appveyor builds
1 parent 3d61646 commit 7c40b00

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

appveyor.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,14 @@ cache:
2323
- C:\Ruby%ruby_version%\lib\ruby\gems
2424
- C:\mingw64
2525

26+
# Uncomment to debug hanging builds via RDP, password can ve found/set under Environment-Variables in appveyor settings!
27+
#
28+
# init:
29+
# - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
30+
#
31+
# on_finish:
32+
# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
33+
2634
install:
2735
- git clone https://github.com/sass/sassc.git
2836
- git clone https://github.com/sass/sass-spec.git

0 commit comments

Comments
 (0)