iodine/.github/workflows/openbsd.yml

26 lines
387 B
YAML
Raw Normal View History

2023-04-20 15:19:10 +03:00
name: openbsd
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: macos-12
steps:
- uses: actions/checkout@v4
2023-04-20 15:19:10 +03:00
- name: make
uses: vmactions/openbsd-vm@v0
with:
prepare: |
2023-04-20 15:24:45 +03:00
pkg_add \
2023-04-20 15:19:10 +03:00
check \
git \
pkgconf
run: |
make
make test