From b3f5d87640cb7033b413ea7ad634caff8bd0d5f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Mon, 7 Feb 2022 16:59:52 +0100 Subject: [PATCH] package/ci: drop MSVC 2017 ES builds and RT ES2 build. Making room for MSVC 2022. GLES will be tested more than enough on 2019 and 2022. The RT port is rarely (if ever) used and obnoxiously slow, so ES3 has to suffice. --- package/ci/appveyor.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/package/ci/appveyor.yml b/package/ci/appveyor.yml index 575a185e0..a8ea4cdc7 100644 --- a/package/ci/appveyor.yml +++ b/package/ci/appveyor.yml @@ -52,26 +52,14 @@ environment: APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 APPVEYOR_JOB_NAME: windows-mingw ENABLE_VULKAN: ON - - TARGET: desktop-gles - TARGET_GLES2: ON - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 - APPVEYOR_JOB_NAME: windows-gles2-msvc2017 - TARGET: desktop-gles TARGET_GLES2: ON APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019 APPVEYOR_JOB_NAME: windows-gles2-msvc2019 - - TARGET: desktop-gles - TARGET_GLES2: OFF - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 - APPVEYOR_JOB_NAME: windows-gles3-msvc2017 - TARGET: desktop-gles TARGET_GLES2: OFF APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019 APPVEYOR_JOB_NAME: windows-gles3-msvc2019 - - TARGET: rt - TARGET_GLES2: ON - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 - APPVEYOR_JOB_NAME: windows-rt-gles2-msvc2017 - TARGET: rt TARGET_GLES2: OFF APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017