Skip to content

Commit

Permalink
ci: appveyor remove skip_commits
Browse files Browse the repository at this point in the history
appveyor bases this decision on the last commit in the
branch, which is frequently not representative...
  • Loading branch information
mdavidsaver committed Aug 15, 2023
1 parent 82286a5 commit 064a1f6
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 #
#---------------------------------#
Expand All @@ -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%
Expand Down

0 comments on commit 064a1f6

Please sign in to comment.