summaryrefslogtreecommitdiff
path: root/somebar/.builds/freebsd.yml
diff options
context:
space:
mode:
authortslil clingman <tslil@posteo.de>2023-02-12 09:57:55 +0100
committertslil clingman <tslil@posteo.de>2023-02-12 09:57:55 +0100
commit85afc067bc8adeaee9269bfbc8cb27230bd78896 (patch)
treee85aa8759efcd73b31a432ba437decb097f026d3 /somebar/.builds/freebsd.yml
parent67a0b90589cbd2f7e61d307b9aaa57f450df0e47 (diff)
[somebar] tracking local build
Diffstat (limited to 'somebar/.builds/freebsd.yml')
-rw-r--r--somebar/.builds/freebsd.yml20
1 files changed, 20 insertions, 0 deletions
diff --git a/somebar/.builds/freebsd.yml b/somebar/.builds/freebsd.yml
new file mode 100644
index 0000000..90e6f1a
--- /dev/null
+++ b/somebar/.builds/freebsd.yml
@@ -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 \ No newline at end of file