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 6911ba8
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,24 @@ 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
copyback: false
prepare: |
set -e
pkg_add cmake
run: |
set -e
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DMATIO_SHARED=OFF -DMATIO_MAT73=OFF
cmake --build build -- -j8
./build/matdump -v -H
./build/matdump -V

0 comments on commit 6911ba8

Please sign in to comment.