diff options
| -rw-r--r-- | .github/workflows/others.yml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/.github/workflows/others.yml b/.github/workflows/others.yml index 44daf9f3..4a614ea6 100644 --- a/.github/workflows/others.yml +++ b/.github/workflows/others.yml | |||
| @@ -94,3 +94,21 @@ jobs: | |||
| 94 | cmake . -B build -DZLIB_BUILD_MINIZIP=ON -DMINIZIP_ENABLE_BZIP2=ON &&\ | 94 | cmake . -B build -DZLIB_BUILD_MINIZIP=ON -DMINIZIP_ENABLE_BZIP2=ON &&\ |
| 95 | cmake --build build/ &&\ | 95 | cmake --build build/ &&\ |
| 96 | ctest --test-dir build | 96 | ctest --test-dir build |
| 97 | |||
| 98 | solaris: | ||
| 99 | runs-on: ubuntu-latest | ||
| 100 | name: Solaris | ||
| 101 | steps: | ||
| 102 | - uses: actions/checkout@v4 | ||
| 103 | - name: DragonflyBSD | ||
| 104 | uses: vmactions/solaris-vm@v1 | ||
| 105 | with: | ||
| 106 | copyback: false | ||
| 107 | release: "11.4-gcc" | ||
| 108 | prepare: | | ||
| 109 | pkgutil -y -i cmake bzip2 | ||
| 110 | |||
| 111 | run: | | ||
| 112 | cmake . -B build -DZLIB_BUILD_MINIZIP=ON -DMINIZIP_ENABLE_BZIP2=ON &&\ | ||
| 113 | cmake --build build/ &&\ | ||
| 114 | ctest --test-dir build | ||
