From d6d7241e039857fb2ca6f7ff190c58fb0b2f0465 Mon Sep 17 00:00:00 2001 From: Mats Wichmann Date: Fri, 18 Nov 2022 07:24:53 -0700 Subject: Flip coverage build back to VS2017 image Hits the 1hr time limit otherwise - seems the newer Windows Server 2019 + VS 2019 or VS 2022 are, a fair bit slower, and coverage adds ~15mins. Signed-off-by: Mats Wichmann --- .appveyor.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index d6a427a..0302122 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -23,6 +23,8 @@ install: # build matrix will be number of images multiplied by each '-' below, # less any exclusions. # split builds into sets of four jobs due to appveyor per-job time limit +# Leaving the Coverage build on VS2017 for build-time reasons (1hr time limit) +# Maybe move this one somewhere else in future to restore some flexibility. environment: matrix: @@ -30,13 +32,13 @@ environment: COVERAGE: 0 - WINPYTHON: "Python310" - COVERAGE: 1 + COVERAGE: 0 - WINPYTHON: "Python38" COVERAGE: 0 - WINPYTHON: "Python36" - COVERAGE: 0 + COVERAGE: 1 # skipping 3.7 and 3.9 at this time -- cgit v0.12