]> granicus.if.org Git - postgis/commitdiff
[gitlab-ci] Test make maintainer-clean
authorSandro Santilli <strk@kbt.io>
Thu, 9 May 2019 13:21:09 +0000 (13:21 +0000)
committerSandro Santilli <strk@kbt.io>
Thu, 9 May 2019 13:21:09 +0000 (13:21 +0000)
Also install flex

git-svn-id: http://svn.osgeo.org/postgis/trunk@17433 b70326c6-7e19-0410-871a-916f4a2858ee

.gitlab-ci.yml

index 688ae22cb400c4d77019a3e84a4da91f0540a7af..68ebc951ae4e937121a25d138652c8b767b63e26 100644 (file)
@@ -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