We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d61646 commit 7c40b00Copy full SHA for 7c40b00
appveyor.yml
@@ -23,6 +23,14 @@ cache:
23
- C:\Ruby%ruby_version%\lib\ruby\gems
24
- C:\mingw64
25
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
+
34
install:
35
- git clone https://github.com/sass/sassc.git
36
- git clone https://github.com/sass/sass-spec.git
0 commit comments