Update appveyor.yml
This commit is contained in:
parent
9182a891c9
commit
0e2e05b69c
1 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue