Browse Source

debug build issues

John Kleinschmidt 7 years ago
parent
commit
750c3d05aa
1 changed files with 4 additions and 0 deletions
  1. 4 0
      appveyor-test.yml

+ 4 - 0
appveyor-test.yml

@@ -7,6 +7,8 @@ skip_branch_with_pr: true
 image: libcc-20-vs2017
 environment:
   DISABLE_CRASH_REPORTER_TESTS: true
+  APPVEYOR_RDP_PASSWORD:
+    secure: RCKgcu5XLpoU2i08YuN/btpiqqjS2/gN1ZZHfLW8F6o=
   matrix:
   - TARGET_ARCH: ia32
   - TARGET_ARCH: x64
@@ -75,3 +77,5 @@ deploy_script:
     } else {
       Write-Output "Skipping upload distribution because build is not for release"
     }
+on_finish:
+  - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))