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
2a40b827d6
commit
c6f4cbe8bd
@ -25,7 +25,8 @@ install:
|
|||||||
before_build:
|
before_build:
|
||||||
# Get Godot source and install the module
|
# Get Godot source and install the module
|
||||||
- cd %APPVEYOR_BUILD_FOLDER%\..
|
- cd %APPVEYOR_BUILD_FOLDER%\..
|
||||||
- git clone --depth=1 --branch=3.2 %GODOT_REPO_URL% && cd godot
|
#- git clone --depth=1 --branch=3.2 %GODOT_REPO_URL% && cd godot
|
||||||
|
- mkdir godot && cd godot && mkdir modules
|
||||||
- mklink /d modules\lportal %APPVEYOR_BUILD_FOLDER%
|
- mklink /d modules\lportal %APPVEYOR_BUILD_FOLDER%
|
||||||
|
|
||||||
- echo %GD_PLATFORM%
|
- echo %GD_PLATFORM%
|
||||||
@ -38,6 +39,7 @@ 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
|
||||||
- ls
|
- ls
|
||||||
|
- dir /s
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: core\array.h
|
- path: core\array.h
|
||||||
|
Loading…
Reference in New Issue
Block a user