ci: Add an autotools job

This commit is contained in:
Christoph Reiter
2018-08-23 21:53:29 +02:00
parent ec4da774e5
commit 856f7ebe2b
3 changed files with 31 additions and 2 deletions

View File

@@ -1,6 +1,8 @@
FROM fedora:27
RUN dnf -y install \
autoconf \
automake \
desktop-file-utils \
elfutils-libelf-devel \
findutils \
@@ -18,6 +20,7 @@ RUN dnf -y install \
libffi-devel \
libmount-devel \
libselinux-devel \
libtool \
libxslt \
make \
mingw64-gcc \
@@ -34,6 +37,7 @@ RUN dnf -y install \
systemtap-sdt-devel \
unzip \
wget \
xz \
zlib-devel \
&& dnf clean all