From fe51b388c2fae8e318a30621e98209f3a9aa7e39 Mon Sep 17 00:00:00 2001 From: lawnjelly Date: Wed, 26 Feb 2020 11:35:30 +0000 Subject: [PATCH] Update .appveyor.yml --- .appveyor.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 14f183b..1e9a75f 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -24,11 +24,11 @@ install: before_build: # Get Godot source and install the module - - cd %APPVEYOR_BUILD_FOLDER%\.. + #- 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% + #- mkdir godot && cd godot && mkdir modules + #- mklink /d modules\lportal %APPVEYOR_BUILD_FOLDER% - echo %GD_PLATFORM% #- python --version @@ -39,7 +39,7 @@ before_build: build_script: #- scons platform=%GD_PLATFORM% target=%TARGET% tools=%TOOLS% debug_symbols=no verbose=yes progress=no gdnative_wrapper=yes -c - scons --version -- cd .. +#- cd .. - ls - dir /s