We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parente6d197e commit6ae3792Copy full SHA for 6ae3792
.gitlab-ci.yml
@@ -15,12 +15,9 @@ 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 docbook docbook-xml docbook-xsl libxml2-utils
+ -apt-get update && apt-get install -y sudo gcc make flex bison libreadline-dev zlib1g-dev openjade libzstd0 libzstd-dev opensp docbook docbook-xml docbook-xsl libxml2-utils xsltproc python-dev
19
script:
20
- -./configure --prefix=/opt/pgproee
+ -./configure --prefix=/opt/pgproee --with-zstd --with-icu --with-python
21
-make -j $CORES world
22
- -sudo make install-world
23
- -make check
24
- -cd contrib
25
+ -make check-world
26
when:always