Skip to content

Merge pull request #95 from mmuman/haiku-fixes #6

Merge pull request #95 from mmuman/haiku-fixes

Merge pull request #95 from mmuman/haiku-fixes #6

Workflow file for this run

name: openbsd
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: macos-12
steps:
- uses: actions/checkout@v2
- name: make
uses: vmactions/openbsd-vm@v0
with:
prepare: |
pkg_add \
check \
git \
pkgconf
run: |
make
make test