Skip to content

Commit

Permalink
[gitlab-ci] Test make maintainer-clean
Browse files Browse the repository at this point in the history
Also install flex

git-svn-id: http://svn.osgeo.org/postgis/trunk@17433 b70326c6-7e19-0410-871a-916f4a2858ee
  • Loading branch information
strk committed May 9, 2019
1 parent 76919ad commit 2c163ae
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitlab-ci.yml
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 2c163ae

Please sign in to comment.