iodine/.github/workflows/openbsd.yml

26 lines
387 B
YAML
Raw Normal View History

2023-04-20 12:19:10 +00:00
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: |
2023-04-20 12:24:45 +00:00
pkg_add \
2023-04-20 12:19:10 +00:00
check \
git \
pkgconf
run: |
make
make test