File tree 1 file changed +10
-3
lines changed 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
1
# .appveyor.yml for use with EPICS Base ci-scripts
2
2
# (see: https://github.com/epics-base/ci-scripts)
3
3
4
+ # This is YAML - indentation levels are crucial
5
+
4
6
cache :
5
7
- C:\Users\appveyor\.tools
6
8
@@ -12,13 +14,15 @@ init:
12
14
# Set autocrlf to make batch files work
13
15
- git config --global core.autocrlf true
14
16
15
- clone_depth : 50
17
+ clone_depth : 5
16
18
17
19
# Skipping commits affecting only specific files
18
20
skip_commits :
19
21
files :
20
- - ' documentation/*'
21
- - ' **/*.md'
22
+ - ' documentation/*'
23
+ - ' .github/*'
24
+ - ' **/*.md'
25
+ - ' .readthedocs.yml'
22
26
23
27
# Build Configurations: dll/static, regular/debug
24
28
configuration :
@@ -36,6 +40,9 @@ environment:
36
40
matrix :
37
41
- CMP : vs2019
38
42
APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2019
43
+ - CMP : vs2019
44
+ APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2019
45
+ BASE : 3.15
39
46
- CMP : vs2017
40
47
APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2017
41
48
- CMP : vs2015
You can’t perform that action at this time.
0 commit comments