enable freebsd build
This commit is contained in:
parent
f257340432
commit
155a028676
1 changed files with 0 additions and 0 deletions
20
.builds/freebsd.yml
Normal file
20
.builds/freebsd.yml
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
image: freebsd/latest
|
||||
packages:
|
||||
- devel/evdev-proto
|
||||
- devel/meson
|
||||
- devel/pkgconf
|
||||
- graphics/cairo
|
||||
- graphics/wayland
|
||||
- graphics/wayland-protocols
|
||||
- x11-toolkits/pango
|
||||
sources:
|
||||
- https://git.sr.ht/~raphi/somebar
|
||||
tasks:
|
||||
- setup: |
|
||||
cd somebar
|
||||
meson build --fatal-meson-warnings
|
||||
cp src/config.def.hpp src/config.hpp
|
||||
- build: |
|
||||
cd somebar/build
|
||||
ninja
|
||||
sudo ninja install
|
||||
Loading…
Add table
Add a link
Reference in a new issue