Skip to content

Commit d919a11

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ test_script:
2222
- bundle exec rubocop --version
2323
- bundle exec rubocop -D .
2424
- bundle exec rspec
25-
- cd SampleProjects\TestSomething
26-
- bundle install
27-
- bundle exec arduino_ci_remote.rb
25+
26+
on_finish:
27+
- 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)