Skip to content

Commit acee3e0

Browse files
author
Vollstrecker
committed
added netbsd
1 parent 543988a commit acee3e0

1 file changed

Lines changed: 18 additions & 2 deletions

File tree

.github/workflows/others.yml

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
uses: vmactions/omnios-vm@v1
1313
with:
1414
prepare: |
15-
pkg install cmake gcc14 make bzip2
15+
pkg install cmake gcc14 make bzip2
1616
1717
run: |
1818
cmake . -B build -DZLIB_BUILD_MINIZIP=ON -DMINIZIP_ENABLE_BZIP2=ON &&\
@@ -28,7 +28,23 @@ jobs:
2828
uses: vmactions/openindiana-vm@v0
2929
with:
3030
prepare: |
31-
pkg install cmake gcc-14 make bzip2
31+
pkg install cmake gcc-14 make bzip2
32+
33+
run: |
34+
cmake . -B build -DZLIB_BUILD_MINIZIP=ON -DMINIZIP_ENABLE_BZIP2=ON &&\
35+
cmake --build build/ &&\
36+
ctest --test-dir build
37+
38+
netbsd:
39+
runs-on: ubuntu-latest
40+
name: NetBSD
41+
steps:
42+
- uses: actions/checkout@v4
43+
- name: OpenIndiana
44+
uses: vmactions/netbsd-vm@v1
45+
with:
46+
prepare: |
47+
pkg install cmake gcc15 make bzip2
3248
3349
run: |
3450
cmake . -B build -DZLIB_BUILD_MINIZIP=ON -DMINIZIP_ENABLE_BZIP2=ON &&\

0 commit comments

Comments
 (0)