mirror of
https://github.com/Relintai/godot-lportal.git
synced 2024-11-11 10:52:09 +01:00
Update .appveyor.yml
This commit is contained in:
parent
a6fa2f666c
commit
1991a43060
@ -1,9 +1,8 @@
|
||||
artifacts:
|
||||
- path: bin
|
||||
name: myrelease
|
||||
type: zip
|
||||
- path: godot\bin\*.exe
|
||||
name: GodotBinary
|
||||
|
||||
os: Visual Studio 2015
|
||||
os: Visual Studio 2019
|
||||
|
||||
environment:
|
||||
HOME: "%HOMEDRIVE%%HOMEPATH%"
|
||||
@ -12,10 +11,10 @@ environment:
|
||||
SCONS_CACHE_LIMIT: 1024
|
||||
GODOT_REPO_URL: "https://github.com/godotengine/godot"
|
||||
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
|
||||
TOOLS: yes
|
||||
TARGET: debug
|
||||
TARGET: release_debug
|
||||
ARCH: amd64
|
||||
|
||||
cache:
|
||||
|
Loading…
Reference in New Issue
Block a user