File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,14 @@ ccache -z
9
9
10
10
cd /root/QGIS
11
11
12
+
13
+ printf " [qgis_test]\nhost=postgres\nport=5432\ndbname=docker\nuser=docker\npassword=docker" > ~ /.pg_service.conf
14
+ export PGUSER=docker
15
+ export PGHOST=postgres
16
+ export PGPASSWORD=docker
17
+
18
+ /root/QGIS/tests/testdata/provider/testdata_pg.sh
19
+
12
20
mkdir -p build-docker &&
13
21
14
22
pushd build-docker
@@ -29,13 +37,6 @@ cmake \
29
37
-DDISABLE_DEPRECATED=ON \
30
38
-DCXX_EXTRA_FLAGS=${CLANG_WARNINGS} ..
31
39
32
- printf " [qgis_test]\nhost=postgres\nport=5432\ndbname=docker\nuser=docker\npassword=docker" > ~ /.pg_service.conf
33
- export PGUSER=docker
34
- export PGHOST=postgres
35
- export PGPASSWORD=docker
36
-
37
- /root/QGIS/tests/testdata/provider/testdata_pg.sh
38
-
39
40
export LD_PRELOAD=/lib/x86_64-linux-gnu/libSegFault.so
40
41
41
42
export CTEST_BUILD_COMMAND=" /usr/bin/ninja"
You can’t perform that action at this time.
0 commit comments