From 80923051b3e803bf5bdc118c3bac246a308497d6 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sun, 29 Jul 2018 11:23:42 +0200 Subject: autotools: start using AX_COMPILER_FLAGS, enable -Werror on CI * This adds a new dependency on autoconf-archive. * Pass WARN_CFLAGS/WARN_LDFLAGS/WARN_SCANNERFLAGS to everything we control the source of * Disables all warning flags which make the build error out for now, we'll re-enable them in followup commits. * AX_COMPILER_FLAGS is used with the release flag always on so we don't get -Werror by default. --- .gitlab-ci/Dockerfile | 1 + 1 file changed, 1 insertion(+) (limited to '.gitlab-ci/Dockerfile') diff --git a/.gitlab-ci/Dockerfile b/.gitlab-ci/Dockerfile index 6d63ef21..e3083b47 100644 --- a/.gitlab-ci/Dockerfile +++ b/.gitlab-ci/Dockerfile @@ -2,6 +2,7 @@ FROM fedora:28 RUN dnf -y install \ autoconf \ + autoconf-archive \ automake \ bison \ cairo-devel \ -- cgit v1.2.1