From: Erfan Abdi Date: Sun, 12 Sep 2021 11:34:58 +0000 (+0430) Subject: ci: Add .abstruse.yml X-Git-Tag: 1.1.0~18 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/waydroid.git/commitdiff_plain/f8179655a8b49ec8d26ba78c93717a6d86c99672?ds=inline ci: Add .abstruse.yml --- diff --git a/.abstruse.yml b/.abstruse.yml new file mode 100644 index 0000000..23ed2da --- /dev/null +++ b/.abstruse.yml @@ -0,0 +1,17 @@ +image: mrcyjanek/waydroid:ubuntu.20-04 +matrix: + - env: DISTRO=focal + image: mrcyjanek/waydroid:ubuntu.20-04 + - env: DISTRO=bullseye + image: mrcyjanek/waydroid:debian.11 + - env: DISTRO=bookworm + image: mrcyjanek/waydroid:debian.12 + - env: DISTRO=hirsute + image: mrcyjanek/waydroid:ubuntu.21-04 +script: + - apt update + - build_changelog + - mk-build-deps -ir -t "apt-get -o Debug::pkgProblemResolver=yes -y --no-install-recommends" + - debuild -b -uc -us + - mkdir -p /apt/$DISTRO/ || true + - mv ../*.deb /apt/$DISTRO/