Skip to content

FreeBSD

FreeBSD #4

Workflow file for this run

name: FreeBSD
# Test Disabled - not working
on:
workflow_dispatch:
# push:
# pull_request:
jobs:
freebsd:
# runs-on: macos-10.15
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: vmactions/freebsd-vm@v1
with:
prepare: |
pkg install -y perl
usesh: true
run: |
perl -V
perl Makefile.PL
make
prove -wlvmb t