[postgis-tickets] r17433 - [gitlab-ci] Test make maintainer-clean

Sandro Santilli strk at kbt.io
Thu May 9 06:21:09 PDT 2019


Author: strk
Date: 2019-05-09 06:21:09 -0700 (Thu, 09 May 2019)
New Revision: 17433

Modified:
   trunk/.gitlab-ci.yml
Log:
[gitlab-ci] Test make maintainer-clean

Also install flex

Modified: trunk/.gitlab-ci.yml
===================================================================
--- trunk/.gitlab-ci.yml	2019-05-03 22:34:44 UTC (rev 17432)
+++ trunk/.gitlab-ci.yml	2019-05-09 13:21:09 UTC (rev 17433)
@@ -2,7 +2,7 @@
   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 @@
     - 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



More information about the postgis-tickets mailing list