From f7837738c446543256316be7741c869235b8f405 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Thu, 5 Nov 2020 15:21:51 +0100 Subject: [PATCH] ci: add freebsd CI --- .build.yml => .builds/alpine.yml | 0 .builds/freebsd.yml | 17 +++++++++++++++++ 2 files changed, 17 insertions(+) rename .build.yml => .builds/alpine.yml (100%) create mode 100644 .builds/freebsd.yml diff --git a/.build.yml b/.builds/alpine.yml similarity index 100% rename from .build.yml rename to .builds/alpine.yml diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml new file mode 100644 index 0000000..3fcef7d --- /dev/null +++ b/.builds/freebsd.yml @@ -0,0 +1,17 @@ +image: freebsd/latest +packages: +- devel/pkgconf +- graphics/libdrm +- devel/meson +sources: +- https://github.com/emersion/libliftoff +tasks: +- setup: | + cd libliftoff + meson build/ -Dauto_features=enabled +- build: | + cd libliftoff + ninja -C build/ +- test: | + cd libliftoff + ninja -C build/ test