Skip to content

Commit ef88c7b

Browse files
author
Vollstrecker
committed
add workflow for omnios
1 parent 570720b commit ef88c7b

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

.github/workflows/others.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: omni-os
2+
3+
on: [push, pull_request]
4+
5+
jobs:
6+
omni-os:
7+
runs-on: ubuntu-latest
8+
name: OmniOS
9+
steps:
10+
- uses: actions/checkout@v4
11+
- name: OmniOS
12+
uses: vmactions/omnios-vm@v1
13+
with:
14+
prepare: |
15+
pkg install cmake gcc14 make bzip2
16+
17+
run: |
18+
cmake . -B build -DZLIB_BUILD_MINIZIP=ON -DMINIZIP_ENABLE_BZIP2=ON &&\
19+
cmake --build build/ &&\
20+
ctest --test-dir build

0 commit comments

Comments
 (0)