Skip to content

Commit 1c5f75b

Browse files
authored
Merge pull request #97 from ralphlange/fix-ci
ci: consistent AppVeyor job config for pvData/pvAccess
2 parents f47676c + 2455039 commit 1c5f75b

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

.appveyor.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# .appveyor.yml for use with EPICS Base ci-scripts
22
# (see: https://github.com/epics-base/ci-scripts)
33

4+
# This is YAML - indentation levels are crucial
5+
46
cache:
57
- C:\Users\appveyor\.tools
68

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

15-
clone_depth: 50
17+
clone_depth: 5
1618

1719
# Skipping commits affecting only specific files
1820
skip_commits:
1921
files:
20-
- 'documentation/*'
21-
- '**/*.md'
22+
- 'documentation/*'
23+
- '.github/*'
24+
- '**/*.md'
25+
- '.readthedocs.yml'
2226

2327
# Build Configurations: dll/static, regular/debug
2428
configuration:
@@ -36,6 +40,9 @@ environment:
3640
matrix:
3741
- CMP: vs2019
3842
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
43+
- CMP: vs2019
44+
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
45+
BASE: 3.15
3946
- CMP: vs2017
4047
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
4148
- CMP: vs2015

0 commit comments

Comments
 (0)