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
480714e472
commit
a79a852f9d
@ -1,7 +1,3 @@
|
||||
branches:
|
||||
only:
|
||||
- 3.2
|
||||
|
||||
os: Visual Studio 2015
|
||||
|
||||
environment:
|
||||
@ -29,7 +25,7 @@ install:
|
||||
before_build:
|
||||
# Get Godot source and install the module
|
||||
- cd %APPVEYOR_BUILD_FOLDER%\..
|
||||
- git clone --depth=1 %GODOT_REPO_URL% && cd godot
|
||||
- git clone --depth=1 --branch=3.2 %GODOT_REPO_URL% && cd godot
|
||||
- mklink /d modules\lportal %APPVEYOR_BUILD_FOLDER%
|
||||
|
||||
- echo %GD_PLATFORM%
|
||||
|
Loading…
Reference in New Issue
Block a user