Update appveyor.yml

This commit is contained in:
RElesgoe 2019-12-18 00:22:47 -08:00 committed by GitHub
parent 9182a891c9
commit 0e2e05b69c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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