Update .appveyor.yml

This commit is contained in:
lawnjelly 2020-02-26 11:35:30 +00:00 committed by GitHub
parent 2a64e922d7
commit fe51b388c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,11 +24,11 @@ install:
before_build: before_build:
# Get Godot source and install the module # Get Godot source and install the module
- cd %APPVEYOR_BUILD_FOLDER%\.. #- cd %APPVEYOR_BUILD_FOLDER%\..
- echo.> my_file.txt - echo.> my_file.txt
#- 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 #- mkdir godot && cd godot && mkdir modules
- mklink /d modules\lportal %APPVEYOR_BUILD_FOLDER% #- mklink /d modules\lportal %APPVEYOR_BUILD_FOLDER%
- echo %GD_PLATFORM% - echo %GD_PLATFORM%
#- python --version #- python --version
@ -39,7 +39,7 @@ before_build:
build_script: build_script:
#- scons platform=%GD_PLATFORM% target=%TARGET% tools=%TOOLS% debug_symbols=no verbose=yes progress=no gdnative_wrapper=yes -c #- scons platform=%GD_PLATFORM% target=%TARGET% tools=%TOOLS% debug_symbols=no verbose=yes progress=no gdnative_wrapper=yes -c
- scons --version - scons --version
- cd .. #- cd ..
- ls - ls
- dir /s - dir /s