From: Sandro Santilli Date: Thu, 9 May 2019 13:21:09 +0000 (+0000) Subject: [gitlab-ci] Test make maintainer-clean X-Git-Tag: 3.0.0alpha1~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2c163ae9aab5efd42bd3b09d371d065df97cf5bf;p=postgis [gitlab-ci] Test make maintainer-clean Also install flex git-svn-id: http://svn.osgeo.org/postgis/trunk@17433 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 688ae22cb..68ebc951a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ test: image: debian:buster script: - apt-get update -qq && apt-get install -y - bison + bison flex postgresql-11 postgresql-server-dev-11 build-essential autoconf libtool libcunit1-dev xsltproc docbook-xsl docbook-mathml dblatex @@ -12,6 +12,9 @@ test: - service postgresql start - su -l postgres -c "createuser -s `whoami`" - ./autogen.sh + - ./configure + - make maintainer-clean + - ./autogen.sh - ./configure CFLAGS="-Wall -fno-omit-frame-pointer -Werror" - make - make check RUNTESTFLAGS=-v