]> git.openstreetmap.org Git - rails.git/commitdiff
Make travis build 3GL quad tile functions
authorTom Hughes <tom@compton.nu>
Sun, 4 Feb 2018 17:38:55 +0000 (17:38 +0000)
committerTom Hughes <tom@compton.nu>
Sun, 4 Feb 2018 17:38:55 +0000 (17:38 +0000)
.travis.yml

index 48ddb4a1d09d4e3f1ca0b508c123ee39b0a96b31..8ae3d114173e5e40050e84e056d8b9997b8845ae 100644 (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