Update .appveyor.yml

This commit is contained in:
lawnjelly 2020-02-26 11:33:34 +00:00 committed by GitHub
parent c2795710d9
commit 2a64e922d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -25,6 +25,7 @@ install:
before_build:
# Get Godot source and install the module
- cd %APPVEYOR_BUILD_FOLDER%\..
- echo.> my_file.txt
#- 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%
@ -43,7 +44,7 @@ build_script:
- dir /s
artifacts:
- path: godot\modules\lportal\larea.h
- path: '*.txt'
# - path: godot\bin\*.exe
name: GodotBinary