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

View File

@@ -2,7 +2,7 @@
set -e
TAG="registry.gitlab.gnome.org/gnome/glib/master:v6"
TAG="registry.gitlab.gnome.org/gnome/glib/master:v7"
docker build --build-arg HOST_USER_ID="$UID" --tag "${TAG}" \
--file "Dockerfile" .