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
99
1010cd /root/QGIS
1111
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+
1220mkdir -p build-docker &&
1321
1422pushd build-docker
@@ -29,13 +37,6 @@ cmake \
2937 -DDISABLE_DEPRECATED=ON \
3038 -DCXX_EXTRA_FLAGS=${CLANG_WARNINGS} ..
3139
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-
3940export LD_PRELOAD=/lib/x86_64-linux-gnu/libSegFault.so
4041
4142export CTEST_BUILD_COMMAND=" /usr/bin/ninja"
You can’t perform that action at this time.
0 commit comments