We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb157ee commit f0093d1Copy full SHA for f0093d1
.gitlab-ci.yml
@@ -15,7 +15,7 @@ test:ubuntu-16.04:
15
only:
16
- PGPROEE9_6
17
before_script:
18
- - apt-get update && apt-get install -y sudo gcc make flex bison libreadline-dev zlib1g-dev openjade libzstd0 libzstd-dev opensp
+ - apt-get update && apt-get install -y sudo gcc make flex bison libreadline-dev zlib1g-dev openjade libzstd0 libzstd-dev opensp docbook-xml docbook-xsl docbook
19
script:
20
- ./configure --prefix=/opt/pgproee
21
- make -j $CORES world
0 commit comments