From 09878905c356255371b311e56bad26210e82c317 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Fri, 1 Mar 2024 22:15:33 +0100 Subject: [PATCH] ci: add debian/unstable --- .builds/debian-unstable.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .builds/debian-unstable.yml diff --git a/.builds/debian-unstable.yml b/.builds/debian-unstable.yml new file mode 100644 index 00000000..35810de1 --- /dev/null +++ b/.builds/debian-unstable.yml @@ -0,0 +1,23 @@ +image: debian/unstable +packages: + - build-essential + - kyua + - atf-sh + - libatf-dev + - autotools-dev + - pkg-config + - autoconf + - automake +sources: + - https://codeberg.org/mlmmj/mlmmj +tasks: + - configure: | + cd mlmmj + autoreconf -if + ./configure + - build: | + cd mlmmj + make + - test: | + cd mlmmj + make check || { kyua report --verbose; exit 1 ;} -- 2.47.2