mirror of
https://github.com/microsoft/GSL.git
synced 2024-11-03 17:56:43 -05:00
add rdp to appveyor
This commit is contained in:
parent
f6d7df0c3b
commit
8b7b23a78d
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user