Make travis build 3GL quad tile functions

This commit is contained in:
Tom Hughes 2018-02-04 17:38:55 +00:00
parent 43edc68ec7
commit c3c0d3867f

View file

@ -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