diff --git a/appveyor.yml b/appveyor.yml index c025b8f..35696c7 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -63,6 +63,9 @@ platform: Win32 configuration: RelWithDebInfo +init: + - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) + before_build: - ps: New-Item -Path "$env:APPVEYOR_BUILD_FOLDER" -Name "build" -ItemType "directory" - ps: Set-Location -Path "$env:APPVEYOR_BUILD_FOLDER\build"