Skip to content

Experiment with CI/CD #1

Experiment with CI/CD

Experiment with CI/CD #1

Workflow file for this run

name: Build Checks
on: [push]
jobs:
checks:
runs-on: ubuntu-latest
name: Continuous Integration
steps:
- uses: actions/checkout@v4
- name: Wifibox Alpine (FreeBSD 13)
id: wifibox-alpine-freebsd13
uses: vmactions/freebsd-vm@v1
with:
release: "13.4"
usesh: true
prepare: |
pkg install -y gtar patchself squashfs-tools-ng
run: |
kldload linux64
mkdir -p /compat/linux
make -C net/wifibox-alpine check-plist
make -C net/wifibox-alpine install
make -C net/wifibox-alpine deinstall
make -C net/wifibox-alpine clean