We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9243cc9 commit 21f75d8Copy full SHA for 21f75d8
appveyor.yml
@@ -19,9 +19,6 @@ before_test:
19
test_script:
20
# https://help.appveyor.com/discussions/problems/5170-progresspreference-not-works-always-shown-preparing-modules-for-first-use-in-stderr
21
- 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
+
+on_finish:
+ - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
0 commit comments