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
fe51b388c2
commit
9c213380cc
@ -24,7 +24,7 @@ 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%\..
|
||||||
- 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
|
||||||
@ -44,7 +44,7 @@ build_script:
|
|||||||
- dir /s
|
- dir /s
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: '*.txt'
|
- path: '..\*.txt'
|
||||||
# - path: godot\bin\*.exe
|
# - path: godot\bin\*.exe
|
||||||
name: GodotBinary
|
name: GodotBinary
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user