From cb56d5d9f8b6df7f50cb60f734363b3c769d8d8c Mon Sep 17 00:00:00 2001 From: Jose Fonseca Date: Sat, 28 Mar 2020 10:42:58 +0000 Subject: [PATCH] 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 Part-of: --- appveyor.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 5b4c9f7..1fb2f58 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 -- 2.7.4