Skip to content

Commit

Permalink
Add freebsd runner
Browse files Browse the repository at this point in the history
  • Loading branch information
bynect committed Jan 23, 2025
1 parent 1827713 commit c963046
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,38 @@ jobs:
container:
image: ghcr.io/dunst-project/docker-images:${{ matrix.distro }}


freebsd:
runs-on: ubuntu-latest

env:
CC: gcc
EXTRA_CFLAGS: "-Werror"

steps:
- uses: actions/checkout@v4
- name: Test in FreeBSD
uses: vmactions/freebsd-vm@v1
with:
envs: "CC EXTRA_CFLAGS"
usesh: true
sync: rsync

prepare: |
pkg install -y x11-toolkits/pango devel/glib20 graphics/gdk-pixbuf2 graphics/cairo graphics/wayland devel/libnotify devel/dbus x11/libXScrnSaver x11/libXrandr x11/libXext x11/libX11 lang/perl5.36 devel/pkgconf devel/gmake devel/evdev-proto
run: |
pwd
ls -lah
whoami
env
freebsd-version
sysctl hw.model
sysctl hw.ncpu
sysctl hw.physmem
sysctl hw.usermem
find / -name 'CHANGELOG.md'
coverage:
needs: build
env:
Expand Down

0 comments on commit c963046

Please sign in to comment.