From b775765581c2b9696c9b420aeb16cc06a4b9410b Mon Sep 17 00:00:00 2001 From: Snaipe Date: Mon, 25 Apr 2016 22:45:43 +0200 Subject: [PATCH] Revert "appveyor: turn on RDP" This reverts commit 72eba5045796624aafcac2998af243ba08077e39. --- appveyor.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 97ac1dd..d155495 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -8,7 +8,6 @@ init: - set MSYSTEM=MINGW64 - pacman --noconfirm --needed -S mingw-w64-x86_64-toolchain mingw-w64-x86_64-cmake - set "PATH=%PATH%;%APPVEYOR_BUILD_FOLDER%\build;%APPVEYOR_BUILD_FOLDER%\build\Debug;%APPVEYOR_BUILD_FOLDER%\build\external\bin;%APPVEYOR_BUILD_FOLDER%\build\external\lib" - - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) environment: COVERALLS_REPO_TOKEN: @@ -101,9 +100,6 @@ test_script: $host.setshouldexit(1) } -on_finish: - - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) - #after_test: # - 'make coveralls'