1
0
mirror of https://github.com/yarrick/iodine.git synced 2025-02-16 12:33:16 +03:00
iodine/.github/workflows/freebsd.yml

26 lines
421 B
YAML
Raw Normal View History

2023-04-20 13:42:51 +02:00
name: freebsd
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
2024-07-16 10:57:06 +02:00
runs-on: ubuntu-latest
2023-04-20 13:42:51 +02:00
steps:
- uses: actions/checkout@v4
2023-04-20 13:42:51 +02:00
- name: make
uses: vmactions/freebsd-vm@v1.0.8
2023-04-20 13:42:51 +02:00
with:
2023-04-20 14:01:07 +02:00
prepare: |
pkg install -y \
devel/check \
devel/git \
devel/pkgconf
2023-04-20 13:42:51 +02:00
run: |
make
make test