From c6f4cbe8bdf2b2a74cb9a839cdf1fd2bde6b91c6 Mon Sep 17 00:00:00 2001 From: lawnjelly Date: Wed, 26 Feb 2020 11:11:48 +0000 Subject: [PATCH] Update .appveyor.yml --- .appveyor.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 5b9f469..34d9cca 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -25,7 +25,8 @@ install: before_build: # Get Godot source and install the module - cd %APPVEYOR_BUILD_FOLDER%\.. - - 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 - mklink /d modules\lportal %APPVEYOR_BUILD_FOLDER% - echo %GD_PLATFORM% @@ -38,6 +39,7 @@ build_script: #- scons platform=%GD_PLATFORM% target=%TARGET% tools=%TOOLS% debug_symbols=no verbose=yes progress=no gdnative_wrapper=yes -c - scons --version - ls +- dir /s artifacts: - path: core\array.h