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 parent7a9c8b1 commit508a0faCopy full SHA for 508a0fa
.gitlab-ci.yml
@@ -15,12 +15,12 @@ test:ubuntu-16.04:
15
only:
16
-PGPROEE9_6
17
before_script:
18
--echo "Current user id is `id`"
+-echo "Current user id is `id`"
19
-apt-get update && apt-get install -y sudo gcc make flex bison libreadline-dev zlib1g-dev openjade libzstd-dev opensp docbook docbook-xml docbook-xsl libxml2-utils xsltproc python-dev libicu-dev
20
script:
21
-./configure --prefix=/opt/pgproee --with-zstd --with-icu --with-python
22
-make -j $CORES world
23
-make check-world
24
after_script:
25
--cat src/test/regress/log/initdb.log
+-cat src/test/regress/log/initdb.log
26
when:always