Make travis build 3GL quad tile functions
This commit is contained in:
parent
43edc68ec7
commit
c3c0d3867f
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@ env:
|
|||
- OSM_MEMCACHE_SERVERS="127.0.0.1"
|
||||
before_script:
|
||||
- cp config/example.application.yml config/application.yml
|
||||
- ruby -C lib/quad_tile extconf.rb
|
||||
- make -C lib/quad_tile
|
||||
- psql -U postgres -c "CREATE DATABASE openstreetmap"
|
||||
- psql -U postgres -c "CREATE EXTENSION btree_gist" openstreetmap
|
||||
- make -C db/functions libpgosm.so
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue