mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-06 00:05:02 -05:00
4 lines
228 B
Bash
4 lines
228 B
Bash
|
printf "[qgis_test]\nhost=localhost\ndbname=qgis_test\nuser=postgres" > ~/.pg_service.conf
|
||
|
psql -c 'CREATE DATABASE qgis_test;' -U postgres
|
||
|
psql -f $TRAVIS_BUILD_DIR/tests/testdata/provider/testdata.sql -U postgres -d qgis_test
|