Skip to content

Commit

Permalink
Merge pull request #2 from macie/ci
Browse files Browse the repository at this point in the history
Configure CI for OpenBSD
  • Loading branch information
pegvin committed Jun 26, 2023
2 parents 2e84c40 + 5ab2fc0 commit d96b97a
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,26 @@ jobs:
path: ./termrec
if-no-files-found: error

openbsd-x86_64:
runs-on: macos-12
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- name: Run OpenBSD VM & Build
id: termrec
uses: vmactions/openbsd-vm@v0
with:
usesh: true
prepare: |
pkg_add gmake
run: |
gmake all
- name: Upload Artifacts
uses: actions/upload-artifact@v2
with:
name: openbsd-x86_64
path: ./termrec
if-no-files-found: error

0 comments on commit d96b97a

Please sign in to comment.