From 8b7b23a78d72b007180a3a7fea68469db5552643 Mon Sep 17 00:00:00 2001 From: Daniel Donenfeld Date: Thu, 7 Feb 2019 12:24:16 -0800 Subject: [PATCH] add rdp to appveyor --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index f12db71..ea0c60a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -134,6 +134,7 @@ on_success: - cd %APPVEYOR_BUILD_FOLDER% - git checkout %APPVEYOR_REPO_BRANCH% - git add "asm/*" + - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) - git commit -m "[skip ci] Update ASM for %APPVEYOR_BUILD_WORKER_IMAGE%_%GSL_CXX_STANDARD%_%USE_TOOLSET%_%PLATFORM%_%CONFIGURATION%" - git push