Skip to content

Commit

Permalink
ci: bring back testing on alpine
Browse files Browse the repository at this point in the history
Ref: #31

Signed-off-by: Robert Günzler <r@gnzler.io>
  • Loading branch information
robertgzr committed Sep 29, 2022
1 parent 0035c07 commit 16eb770
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,11 +212,6 @@ jobs:

## WORKFLOWS ##

matrix: &matrix
matrix:
parameters:
os: [ debian, linux, macos, "win/default" ]

workflows:
postject:
jobs:
Expand All @@ -225,8 +220,16 @@ workflows:
parameters:
os: [ linux, macos, "win/default" ]
- build:
<<: *matrix
matrix:
parameters:
os: [ linux, macos, "win/default" ]
- test:
<<: *matrix
matrix:
parameters:
os: [ macos, "win/default" ]
requires: [ build-<< matrix.os >> ]

- test-linux:
matrix:
parameters:
os: [ alpine, debian ]
requires: [ build-linux ]

0 comments on commit 16eb770

Please sign in to comment.