Skip to content

Commit 21f75d8

Browse files
committed
enable RDP on appveyor for debugging
1 parent 9243cc9 commit 21f75d8

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

appveyor.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ before_test:
1919
test_script:
2020
# https://help.appveyor.com/discussions/problems/5170-progresspreference-not-works-always-shown-preparing-modules-for-first-use-in-stderr
2121
- ps: $ProgressPreference = "SilentlyContinue"
22-
- bundle exec rubocop --version
23-
- bundle exec rubocop -D .
24-
- bundle exec rspec
25-
- cd SampleProjects\TestSomething
26-
- bundle install
27-
- bundle exec arduino_ci_remote.rb
22+
23+
on_finish:
24+
- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))

0 commit comments

Comments
 (0)