Skip to content

Commit

Permalink
Add CI build for OpenBSD
Browse files Browse the repository at this point in the history
This was a target we missed out after migrating to GitHub. See PR serialport#68
and issue serialport#71.
  • Loading branch information
sirhcel committed Nov 30, 2022
1 parent 38fd9c9 commit 2a58655
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -172,3 +172,8 @@ jobs:
disable_extra_builds: true
disable_tests: true
target: x86_64-unknown-netbsd

x86_64-unknown-openbsd:
uses: ./.github/workflows/build.yaml
with:
target: x86_64-unknown-openbsd

0 comments on commit 2a58655

Please sign in to comment.