Add openbsd github action

This commit is contained in:
Erik Ekman 2023-04-20 14:19:10 +02:00
parent 3a4a69f50d
commit 057be6ce64

25
.github/workflows/openbsd.yml vendored Normal file
View File

@ -0,0 +1,25 @@
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 install -y \
check \
git \
pkgconf
run: |
make
make test