File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed
Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 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+
46cache :
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
1820skip_commits :
1921 files :
20- - ' documentation/*'
21- - ' **/*.md'
22+ - ' documentation/*'
23+ - ' .github/*'
24+ - ' **/*.md'
25+ - ' .readthedocs.yml'
2226
2327# Build Configurations: dll/static, regular/debug
2428configuration :
@@ -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
You can’t perform that action at this time.
0 commit comments