From: Tom Hughes Date: Sun, 4 Feb 2018 17:38:55 +0000 (+0000) Subject: Make travis build 3GL quad tile functions X-Git-Tag: live~3186 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/c3c0d3867f054c002b649f52d427a5b1006e92b4 Make travis build 3GL quad tile functions --- diff --git a/.travis.yml b/.travis.yml index 48ddb4a1d..8ae3d1141 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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