mirror of
https://github.com/Relintai/godot-lportal.git
synced 2025-05-01 15:47:55 +02:00
Update .appveyor.yml
This commit is contained in:
parent
d17f651804
commit
3ae185b058
@ -39,15 +39,15 @@ 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 -c
|
- scons platform=%GD_PLATFORM% target=%TARGET% tools=%TOOLS% debug_symbols=no verbose=yes progress=no gdnative_wrapper=yes -c
|
||||||
- scons --version
|
#- scons --version
|
||||||
#- cd ..
|
#- cd ..
|
||||||
- ls
|
- ls
|
||||||
#- dir /s
|
#- dir /s
|
||||||
|
|
||||||
after_build:
|
after_build:
|
||||||
- cd %APPVEYOR_BUILD_FOLDER%\..
|
- cd %APPVEYOR_BUILD_FOLDER%\..
|
||||||
- xcopy godot\bin\*.* %APPVEYOR_BUILD_FOLDER%\Artifacts\
|
- xcopy godot\bin\*.exe %APPVEYOR_BUILD_FOLDER%\Artifacts\
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: 'Artifacts\*.*'
|
- path: 'Artifacts\*.*'
|
||||||
|
Loading…
Reference in New Issue
Block a user