travis: create and init template_postgis
This commit is contained in:
parent
ce5d5e4b4c
commit
435ebbad91
1 changed files with 2 additions and 0 deletions
|
@ -22,6 +22,8 @@ before_install:
|
|||
script:
|
||||
- ./configure CXX=${CXX} CC=${CC} XML_PARSER=$XML_PARSER DEBUG=False DEMO=True BENCHMARK=False BINDINGS='python' CPP_TESTS=True CAIRO=True FAST=True
|
||||
- JOBS=6 make
|
||||
- createdb -EUTF8 template_postgis
|
||||
- psql -c 'create extension postgis' template_postgis
|
||||
- make test-local
|
||||
- sudo make install
|
||||
- make grind
|
||||
|
|
Loading…
Add table
Reference in a new issue