Skip to content

Commit 16eb770

Browse files
committed
ci: bring back testing on alpine
Ref: #31 Signed-off-by: Robert Günzler <[email protected]>
1 parent 0035c07 commit 16eb770

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

.circleci/config.yml

+11-8
Original file line numberDiff line numberDiff line change
@@ -212,11 +212,6 @@ jobs:
212212

213213
## WORKFLOWS ##
214214

215-
matrix: &matrix
216-
matrix:
217-
parameters:
218-
os: [ debian, linux, macos, "win/default" ]
219-
220215
workflows:
221216
postject:
222217
jobs:
@@ -225,8 +220,16 @@ workflows:
225220
parameters:
226221
os: [ linux, macos, "win/default" ]
227222
- build:
228-
<<: *matrix
223+
matrix:
224+
parameters:
225+
os: [ linux, macos, "win/default" ]
229226
- test:
230-
<<: *matrix
227+
matrix:
228+
parameters:
229+
os: [ macos, "win/default" ]
231230
requires: [ build-<< matrix.os >> ]
232-
231+
- test-linux:
232+
matrix:
233+
parameters:
234+
os: [ alpine, debian ]
235+
requires: [ build-linux ]

0 commit comments

Comments
 (0)