From 064a1f64f78c3277a2feaa30c03bcd11399a0a3e Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Sun, 13 Aug 2023 07:44:38 -0700 Subject: [PATCH] ci: appveyor remove skip_commits appveyor bases this decision on the last commit in the branch, which is frequently not representative... --- .appveyor.yml | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index b906c6d..d83dcaa 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -10,18 +10,6 @@ init: clone_depth: 50 -# Skipping commits affecting only specific files -skip_commits: - files: - - 'documentation/*' - - '**/*.rst' - - '**/*.md' - - '.github/*' - - 'setup.py' - - 'pyproject.toml' - - 'MANIFEST.in' - - 'python/*' - #---------------------------------# # build matrix configuration # #---------------------------------# @@ -42,6 +30,10 @@ environment: PVXS_LOG: pvxs.*=WARN matrix: + - CMP: vs2022 + APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022 + PATH: C:\Python311-x64;%PATH% + BASE: R7.0.7 - CMP: vs2019 APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019 PATH: C:\Python37-x64;%PATH%