mirror of
https://github.com/yarrick/iodine.git
synced 2025-08-21 18:41:33 +00:00
Add openbsd github action
This commit is contained in:
25
.github/workflows/openbsd.yml
vendored
Normal file
25
.github/workflows/openbsd.yml
vendored
Normal 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
|
Reference in New Issue
Block a user