freedreno: add env var to override GMEM size
[mesa.git] / appveyor.yml
index c31c2630f5547363787eb810183af09052cfcaf0..f66689ea4bbc25c4e82c54c0d42a6f9fde881917 100644 (file)
@@ -40,7 +40,7 @@ cache:
 - llvm-5.0.1-msvc2017-mtd.7z
 - subprojects\packagecache -> subprojects\*.wrap
 
-os: Visual Studio 2017
+os: Visual Studio 2019
 
 init:
 # Appveyor defaults core.autocrlf to input instead of the default (true), but
@@ -48,14 +48,12 @@ init:
 - git config --global core.autocrlf true
 
 environment:
+  Path: C:\Python38-x64;C:\Python38-x64\Scripts;%Path%
   WINFLEXBISON_VERSION: 2.5.15
   LLVM_ARCHIVE: llvm-5.0.1-msvc2017-mtd.7z
   matrix:
   - compiler: msvc
     buildsystem: scons
-  - compiler: msvc
-    buildsystem: meson
-    path: C:\Python37-x64;C:\Python37-x64\Scripts;%path%
 
 install:
 - cmd: .appveyor\appveyor_msvc.bat install