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
f22f19176a
commit
502020b03a
@ -29,16 +29,17 @@ before_build:
|
|||||||
- mklink /d modules\lportal %APPVEYOR_BUILD_FOLDER%
|
- mklink /d modules\lportal %APPVEYOR_BUILD_FOLDER%
|
||||||
|
|
||||||
- echo %GD_PLATFORM%
|
- echo %GD_PLATFORM%
|
||||||
- python --version
|
#- python --version
|
||||||
- scons --version
|
#- scons --version
|
||||||
- cl.exe
|
#- cl.exe
|
||||||
- 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 -c
|
#- scons platform=%GD_PLATFORM% target=%TARGET% tools=%TOOLS% debug_symbols=no verbose=yes progress=no gdnative_wrapper=yes -c
|
||||||
|
- scons --version
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: godot\core\array.h
|
- path: core\array.h
|
||||||
# - path: godot\bin\*.exe
|
# - path: godot\bin\*.exe
|
||||||
name: GodotBinary
|
name: GodotBinary
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user