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:
|
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:
|
||||||
|
Loading…
Reference in New Issue
Block a user