From 4084060d6cca8633d082f5c1e0f8b5ccf5799ff8 Mon Sep 17 00:00:00 2001 From: tbeu Date: Thu, 8 Feb 2024 20:59:01 +0100 Subject: [PATCH] Try OpenBSD CI [skip travis] [skip cirrus] [skip appveyor] --- .github/workflows/cmake.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 74238f9d..8a669b0c 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -86,3 +86,19 @@ jobs: done "$MATDUMP" -v -H "$MATDUMP" -V + + build-openbsd: + runs-on: ubuntu-latest + name: openbsd-clang + steps: + - uses: actions/checkout@v4 + - name: Test with clang + id: test + uses: vmactions/openbsd-vm@v1 + with: + usesh: true + prepare: | + pkg_add cmake + run: | + cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DMATIO_SHARED=OFF -DMATIO_MAT73=OFF + cmake --build build -- -j8