Mesa (master): appveyor: Remove Meson job.

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Apr 1 01:13:58 UTC 2020


Module: Mesa
Branch: master
Commit: cb56d5d9f8b6df7f50cb60f734363b3c769d8d8c
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=cb56d5d9f8b6df7f50cb60f734363b3c769d8d8c

Author: Jose Fonseca <jfonseca at vmware.com>
Date:   Sat Mar 28 10:42:58 2020 +0000

appveyor: Remove Meson job.

Appveyor Meson fails misteriously some times, e.g.,
- https://ci.appveyor.com/project/mesa3d/mesa/builds/31780753/job/w8b28iahboxq4na2
- https://ci.appveyor.com/project/mesa3d/mesa/builds/31857376
and now that we have msvc coverage on gitlab ci this is no longer necessary.

Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4392>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4392>

---

 appveyor.yml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/appveyor.yml b/appveyor.yml
index 5b4c9f7beb3..1fb2f58e08f 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -53,9 +53,6 @@ environment:
   matrix:
   - compiler: msvc
     buildsystem: scons
-  - compiler: msvc
-    buildsystem: meson
-    path: C:\Python38-x64;C:\Python38-x64\Scripts;%path%
 
 install:
 - cmd: .appveyor\appveyor_msvc.bat install



More information about the mesa-commit mailing list