aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/others.yml18
1 files changed, 17 insertions, 1 deletions
diff --git a/.github/workflows/others.yml b/.github/workflows/others.yml
index 4d00827e..aa2ce24e 100644
--- a/.github/workflows/others.yml
+++ b/.github/workflows/others.yml
@@ -1,4 +1,4 @@
1name: omni-os 1name: anyVM-OSes
2 2
3on: [push, pull_request] 3on: [push, pull_request]
4 4
@@ -18,3 +18,19 @@ jobs:
18 cmake . -B build -DZLIB_BUILD_MINIZIP=ON -DMINIZIP_ENABLE_BZIP2=ON &&\ 18 cmake . -B build -DZLIB_BUILD_MINIZIP=ON -DMINIZIP_ENABLE_BZIP2=ON &&\
19 cmake --build build/ &&\ 19 cmake --build build/ &&\
20 ctest --test-dir build 20 ctest --test-dir build
21
22 openindiana:
23 runs-on: ubuntu-latest
24 name: OpenIndiana
25 steps:
26 - uses: actions/checkout@v4
27 - name: OpenIndiana
28 uses: vmactions/openindiana-vm@v0
29 with:
30 prepare: |
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