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
3c54d643e8
commit
d88f94bcd5
@ -27,10 +27,10 @@ before_build:
|
|||||||
# Get Godot source and install the module
|
# Get Godot source and install the module
|
||||||
- mkdir Artifacts
|
- mkdir Artifacts
|
||||||
- cd %APPVEYOR_BUILD_FOLDER%\..
|
- cd %APPVEYOR_BUILD_FOLDER%\..
|
||||||
- echo.> my_file.txt
|
#- echo.> my_file.txt
|
||||||
#- 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
|
#- 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%
|
||||||
#- python --version
|
#- python --version
|
||||||
@ -43,11 +43,11 @@ build_script:
|
|||||||
- 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 my_file.txt %APPVEYOR_BUILD_FOLDER%\Artifacts\
|
- xcopy godot\core\array.h %APPVEYOR_BUILD_FOLDER%\Artifacts\
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: 'Artifacts\*.*'
|
- path: 'Artifacts\*.*'
|
||||||
|
Loading…
Reference in New Issue
Block a user