Skip to content

Commit aadda2d

Browse files
committed
ci: build and test on linux on CI
The only Linux distributions we were building and testing on are alpine and debian. This change also adds the linux executor which was unused. Signed-off-by: Darshan Sen <[email protected]>
1 parent 3b0cb28 commit aadda2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,12 +147,12 @@ jobs:
147147
build_matrix: &build_matrix
148148
matrix:
149149
parameters:
150-
os: [ alpine, debian, macos, "win/default" ]
150+
os: [ alpine, debian, linux, macos, "win/default" ]
151151

152152
test_matrix: &test_matrix
153153
matrix:
154154
parameters:
155-
os: [ alpine, debian, macos ]
155+
os: [ alpine, debian, linux, macos ]
156156

157157
workflows:
158158
postject:

0 commit comments

Comments
 (0)