iodine/.github/workflows/openbsd.yml

29 lines
429 B
YAML
Raw Normal View History

2023-04-20 14:19:10 +02:00
name: openbsd
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
2024-07-16 11:12:53 +02:00
permissions:
contents: read
2023-04-20 14:19:10 +02:00
jobs:
build:
2024-07-16 10:57:06 +02:00
runs-on: ubuntu-latest
2023-04-20 14:19:10 +02:00
steps:
- uses: actions/checkout@v4
2023-04-20 14:19:10 +02:00
- name: make
uses: vmactions/openbsd-vm@v1.0.8
2023-04-20 14:19:10 +02:00
with:
prepare: |
2023-04-20 14:24:45 +02:00
pkg_add \
2023-04-20 14:19:10 +02:00
check \
git \
pkgconf
run: |
make
make test