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 68258ce
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 68258ce

Please sign in to comment.