ci: appveyor remove skip_commits

appveyor bases this decision on the last commit in the
branch, which is frequently not representative...
This commit is contained in:
Michael Davidsaver
2023-08-14 21:17:42 -07:00
parent 82286a5ae5
commit 064a1f64f7
+4 -12
View File
@@ -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%