From 25af8abbb4323a0f9633a45448439510e565b9d3 Mon Sep 17 00:00:00 2001 From: Vollstrecker Date: Thu, 25 Dec 2025 11:44:41 +0100 Subject: Add workflow for Solaris. --- .github/workflows/others.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to '.github/workflows') 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: cmake . -B build -DZLIB_BUILD_MINIZIP=ON -DMINIZIP_ENABLE_BZIP2=ON &&\ cmake --build build/ &&\ ctest --test-dir build + + solaris: + runs-on: ubuntu-latest + name: Solaris + steps: + - uses: actions/checkout@v4 + - name: DragonflyBSD + uses: vmactions/solaris-vm@v1 + with: + copyback: false + release: "11.4-gcc" + prepare: | + pkgutil -y -i cmake bzip2 + + run: | + cmake . -B build -DZLIB_BUILD_MINIZIP=ON -DMINIZIP_ENABLE_BZIP2=ON &&\ + cmake --build build/ &&\ + ctest --test-dir build -- cgit v1.2.3-55-g6feb