mirror of
https://github.com/Relintai/godot-lportal.git
synced 2024-11-07 12:42:09 +01:00
Update .appveyor.yml
This commit is contained in:
parent
1991a43060
commit
17dff54130
@ -1,7 +1,3 @@
|
|||||||
artifacts:
|
|
||||||
- path: godot\bin\*.exe
|
|
||||||
name: GodotBinary
|
|
||||||
|
|
||||||
os: Visual Studio 2019
|
os: Visual Studio 2019
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
@ -39,4 +35,10 @@ before_build:
|
|||||||
- SET "SCONS_CACHE=%SCONS_CACHE_ROOT%\3.2"
|
- SET "SCONS_CACHE=%SCONS_CACHE_ROOT%\3.2"
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- scons platform=%GD_PLATFORM% target=%TARGET% tools=%TOOLS% debug_symbols=no verbose=yes progress=no gdnative_wrapper=yes
|
#- scons platform=%GD_PLATFORM% target=%TARGET% tools=%TOOLS% debug_symbols=no verbose=yes progress=no gdnative_wrapper=yes
|
||||||
|
|
||||||
|
artifacts:
|
||||||
|
- path: godot\core\array.h
|
||||||
|
# - path: godot\bin\*.exe
|
||||||
|
name: GodotBinary
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user