Skip to content

Commit

Permalink
Try OpenBSD CI [skip travis] [skip cirrus] [skip appveyor]
Browse files Browse the repository at this point in the history
  • Loading branch information
tbeu committed Feb 8, 2024
1 parent afb276c commit 4084060
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4084060

Please sign in to comment.