From 68258ce112a891cc5c3ab9991fafc0f88c1a229a 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 | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 74238f9d..c9fc8a18 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -86,3 +86,23 @@ jobs: done "$MATDUMP" -v -H "$MATDUMP" -V + + build-openbsd: + runs-on: ubuntu-latest + name: openbsd + steps: + - uses: actions/checkout@v4 + - name: Test in OpenBSD + id: test + uses: vmactions/openbsd-vm@v1 + with: + usesh: true + prepare: | + pkg_add curl + run: | + pwd + ls -lah + whoami + env + gcc --version + python --version