Update .appveyor.yml

This commit is contained in:
lawnjelly 2020-02-24 17:08:11 +00:00 committed by GitHub
parent a6fa2f666c
commit 1991a43060
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,9 +1,8 @@
artifacts: artifacts:
- path: bin - path: godot\bin\*.exe
name: myrelease name: GodotBinary
type: zip
os: Visual Studio 2015 os: Visual Studio 2019
environment: environment:
HOME: "%HOMEDRIVE%%HOMEPATH%" HOME: "%HOMEDRIVE%%HOMEPATH%"
@ -12,10 +11,10 @@ environment:
SCONS_CACHE_LIMIT: 1024 SCONS_CACHE_LIMIT: 1024
GODOT_REPO_URL: "https://github.com/godotengine/godot" GODOT_REPO_URL: "https://github.com/godotengine/godot"
matrix: matrix:
- VS: C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat - VS: C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat
GD_PLATFORM: windows GD_PLATFORM: windows
TOOLS: yes TOOLS: yes
TARGET: debug TARGET: release_debug
ARCH: amd64 ARCH: amd64
cache: cache: