Update .appveyor.yml

This commit is contained in:
lawnjelly 2020-02-26 11:02:24 +00:00 committed by GitHub
parent f22f19176a
commit 502020b03a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,16 +29,17 @@ before_build:
- mklink /d modules\lportal %APPVEYOR_BUILD_FOLDER%
- echo %GD_PLATFORM%
- python --version
- scons --version
- cl.exe
#- python --version
#- scons --version
#- cl.exe
- SET "SCONS_CACHE=%SCONS_CACHE_ROOT%\3.2"
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:
- path: godot\core\array.h
- path: core\array.h
# - path: godot\bin\*.exe
name: GodotBinary