File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,18 @@ coverage:
45
45
<< : *projects
46
46
flags :
47
47
- " macos-1.15"
48
+ windows-1.13 :
49
+ << : *projects
50
+ flags :
51
+ - " windows-1.13"
52
+ windows-1.14 :
53
+ << : *projects
54
+ flags :
55
+ - " windows-1.14"
56
+ windows-1.15 :
57
+ << : *projects
58
+ flags :
59
+ - " windows-1.15"
48
60
patch :
49
61
default : false
50
62
linux-1.13 :
@@ -59,6 +71,12 @@ coverage:
59
71
<< : *patch
60
72
macos-1.15 :
61
73
<< : *patch
74
+ windows-1.13 :
75
+ << : *patch
76
+ windows-1.14 :
77
+ << : *patch
78
+ windows-1.15 :
79
+ << : *patch
62
80
changes :
63
81
default :
64
82
if_ci_failed : error
@@ -73,6 +91,9 @@ coverage:
73
91
- " macos-1.13"
74
92
- " macos-1.14"
75
93
- " macos-1.15"
94
+ - " windows-1.13"
95
+ - " windows-1.14"
96
+ - " windows-1.15"
76
97
77
98
flags :
78
99
linux-1.13 :
@@ -99,6 +120,18 @@ flags:
99
120
paths :
100
121
- /
101
122
carryforward : true
123
+ windows-1.13 :
124
+ paths :
125
+ - /
126
+ carryforward : true
127
+ windows-1.14 :
128
+ paths :
129
+ - /
130
+ carryforward : true
131
+ windows-1.15 :
132
+ paths :
133
+ - /
134
+ carryforward : true
102
135
103
136
comment :
104
137
behavior : default
You can’t perform that action at this time.
0 commit comments