Skip to content

Commit

Permalink
github workflow for FreeBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
eserte committed Nov 5, 2023
1 parent 71fb7bb commit f0bb386
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/test-freebsd.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: CI on FreeBSD

on:
workflow_dispatch:

jobs:
test:
name: Test on FreeBSD
runs-on: macos-12
steps:
- uses: actions/checkout@v4
with:
clean: false
show-progress: false
- uses: cross-platform-actions/[email protected]
with:
operating_system: freebsd
version: '13.2'
run: |
sudo pkg update
sudo pkg install -y perl5 libX11 libXft png freetype2 fontconfig jpeg-turbo xorg-vfbserver
Xvfb :123 &
perl Makefile.PL
make
make test

0 comments on commit f0bb386

Please sign in to comment.