Skip to content

Commit

Permalink
Merge pull request #97 from ralphlange/fix-ci
Browse files Browse the repository at this point in the history
ci: consistent AppVeyor job config for pvData/pvAccess
  • Loading branch information
ralphlange authored Dec 25, 2024
2 parents f47676c + 2455039 commit 1c5f75b
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# .appveyor.yml for use with EPICS Base ci-scripts
# (see: https://github.com/epics-base/ci-scripts)

# This is YAML - indentation levels are crucial

cache:
- C:\Users\appveyor\.tools

Expand All @@ -12,13 +14,15 @@ init:
# Set autocrlf to make batch files work
- git config --global core.autocrlf true

clone_depth: 50
clone_depth: 5

# Skipping commits affecting only specific files
skip_commits:
files:
- 'documentation/*'
- '**/*.md'
- 'documentation/*'
- '.github/*'
- '**/*.md'
- '.readthedocs.yml'

# Build Configurations: dll/static, regular/debug
configuration:
Expand All @@ -36,6 +40,9 @@ environment:
matrix:
- CMP: vs2019
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
- CMP: vs2019
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
BASE: 3.15
- CMP: vs2017
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
- CMP: vs2015
Expand Down

0 comments on commit 1c5f75b

Please sign in to comment.