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 508a0fa commit 2fb43b9Copy full SHA for 2fb43b9
.gitlab-ci.yml
@@ -17,10 +17,11 @@ test:ubuntu-16.04:
17
before_script:
18
- 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
+ - id -u postgres || adduser --disabled-login --gecos "Postgres" postgres
21
script:
22
- ./configure --prefix=/opt/pgproee --with-zstd --with-icu --with-python
23
- make -j $CORES world
- - make check-world
24
+ - sudo -u postgres make check-world
25
after_script:
26
- cat src/test/regress/log/initdb.log
27
when: always
0 commit comments