Waybar/.github/workflows/freebsd.yml

24 lines
797 B
YAML
Raw Normal View History

2020-11-29 20:43:04 +00:00
name: freebsd
on: [ push, pull_request ]
jobs:
clang:
runs-on: macos-latest # until https://github.com/actions/runner/issues/385
steps:
- uses: actions/checkout@v2
- name: Test in FreeBSD VM
2021-07-02 22:55:59 +00:00
uses: vmactions/freebsd-vm@v0.1.4 # aka FreeBSD 12.2
2020-11-29 20:43:04 +00:00
with:
usesh: true
prepare: |
export CPPFLAGS=-isystem/usr/local/include LDFLAGS=-L/usr/local/lib # sndio
sed -i '' 's/quarterly/latest/' /etc/pkg/FreeBSD.conf
pkg install -y git # subprojects/date
2021-07-21 01:24:43 +00:00
pkg install -y evdev-proto gtk-layer-shell gtkmm30 jsoncpp libdbusmenu \
libevdev libfmt libmpdclient libudev-devd meson pkgconf pulseaudio \
scdoc sndio spdlog
2020-11-29 20:43:04 +00:00
run: |
meson build -Dman-pages=enabled
ninja -C build