intel/eu/gen12: Fix codegen of immediate source regions.
[mesa.git] / appveyor.yml
index 0ec3a1e7bfe48dfac1c2c762239c422b13d47621..6c1bd370044a2ae8f52f8ef4abd80f639c2ce5f1 100644 (file)
@@ -49,15 +49,21 @@ init:
 environment:
   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:
-- call scripts\appveyor_msvc.bat install
+- cmd: scripts\appveyor_msvc.bat install
 
 build_script:
-- call scripts\appveyor_msvc.bat build_script
+- cmd: scripts\appveyor_msvc.bat build_script
 
-after_build:
-- call scripts\appveyor_msvc.bat after_build
+test_script:
+- cmd: scripts\appveyor_msvc.bat test_script
 
 # It's possible to setup notification here, as described in
 # http://www.appveyor.com/docs/notifications#appveyor-yml-configuration , but