mirror of
https://github.com/yarrick/iodine.git
synced 2024-11-10 18:33:19 +00:00
7ec5efeb55
Old one seems to reboot vm over and over until it times out.
26 lines
391 B
YAML
26 lines
391 B
YAML
name: openbsd
|
|
|
|
on:
|
|
push:
|
|
branches: [ master ]
|
|
pull_request:
|
|
branches: [ master ]
|
|
|
|
jobs:
|
|
build:
|
|
runs-on: macos-12
|
|
|
|
steps:
|
|
- uses: actions/checkout@v4
|
|
- name: make
|
|
uses: vmactions/openbsd-vm@v1.0.8
|
|
with:
|
|
prepare: |
|
|
pkg_add \
|
|
check \
|
|
git \
|
|
pkgconf
|
|
run: |
|
|
make
|
|
make test
|