Update .appveyor.yml

This commit is contained in:
lawnjelly 2020-02-24 15:10:35 +00:00 committed by GitHub
parent 08958d921c
commit 5377c91683
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,10 @@ environment:
PYTHON: C:\Python27 PYTHON: C:\Python27
SCONS_CACHE_ROOT: "%HOME%\\scons_cache" SCONS_CACHE_ROOT: "%HOME%\\scons_cache"
SCONS_CACHE_LIMIT: 1024 SCONS_CACHE_LIMIT: 1024
GODOT_REPO_URL: "https://github.com/godotengine/godot/tree/3.2" GODOT_REPO_URL: "https://github.com/godotengine/godot"
branches:
only:
- 3.2
matrix: matrix:
- VS: C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat - VS: C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat
GD_PLATFORM: windows GD_PLATFORM: windows