[circleci] initialize postgis database
This commit is contained in:
parent
742ad0748f
commit
3481377a18
1 changed files with 7 additions and 0 deletions
|
@ -13,6 +13,13 @@ machine:
|
|||
post:
|
||||
- echo "there"
|
||||
|
||||
# https://circleci.com/docs/manually#databases
|
||||
|
||||
database:
|
||||
override:
|
||||
- psql -c 'create database template_postgis;'
|
||||
- psql -c 'create extension postgis;' -d template_postgis
|
||||
|
||||
checkout:
|
||||
post:
|
||||
- git submodule update --init
|
||||
|
|
Loading…
Add table
Reference in a new issue