From 3f178f71d74c8ddf71eba7c2cee07583c93b0a6b Mon Sep 17 00:00:00 2001 From: Ariadne Conill Date: Fri, 12 Jul 2019 08:42:11 -0500 Subject: [PATCH] builds: add fedora rawhide build --- .builds/autoconf-fedora-rawhide.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .builds/autoconf-fedora-rawhide.yml diff --git a/.builds/autoconf-fedora-rawhide.yml b/.builds/autoconf-fedora-rawhide.yml new file mode 100644 index 0000000..22b3e92 --- /dev/null +++ b/.builds/autoconf-fedora-rawhide.yml @@ -0,0 +1,25 @@ +image: fedora/rawhide +packages: + - make + - kernel-devel + - gcc + - gcc-c++ + - autoconf + - automake + - libtool + - kyua + - libatf-sh + - xz + - gzip +sources: + - https://git.sr.ht/~kaniini/pkgconf +tasks: + - autogen: | + cd ~/pkgconf + sh autogen.sh + - configure: | + cd ~/pkgconf + ./configure + - distcheck: | + cd ~/pkgconf + make distcheck