Skip to content

Commit 0fe1c87

Browse files
author
Vollstrecker
committed
added open-indiana
1 parent 29afa7c commit 0fe1c87

1 file changed

Lines changed: 17 additions & 1 deletion

File tree

.github/workflows/others.yml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: omni-os
1+
name: anyVM-OSes
22

33
on: [push, pull_request]
44

@@ -18,3 +18,19 @@ jobs:
1818
cmake . -B build -DZLIB_BUILD_MINIZIP=ON -DMINIZIP_ENABLE_BZIP2=ON &&\
1919
cmake --build build/ &&\
2020
ctest --test-dir build
21+
22+
openindiana:
23+
runs-on: ubuntu-latest
24+
name: OpenIndiana
25+
steps:
26+
- uses: actions/checkout@v4
27+
- name: OmniOS
28+
uses: vmactions/openindiana-vm@v0
29+
with:
30+
prepare: |
31+
pkg install cmake gcc14 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

0 commit comments

Comments
 (0)