Update .appveyor.yml

This commit is contained in:
lawnjelly 2020-02-26 10:56:26 +00:00 committed by GitHub
parent 1991a43060
commit 17dff54130
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 5 deletions

View File

@ -1,7 +1,3 @@
artifacts:
- path: godot\bin\*.exe
name: GodotBinary
os: Visual Studio 2019
environment:
@ -39,4 +35,10 @@ before_build:
- 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
#- 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