Update .appveyor.yml

This commit is contained in:
lawnjelly 2020-02-24 15:24:31 +00:00 committed by GitHub
parent 480714e472
commit a79a852f9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 5 deletions

View File

@ -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%