projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43edc68
)
Make travis build 3GL quad tile functions
author
Tom Hughes
<tom@compton.nu>
Sun, 4 Feb 2018 17:38:55 +0000
(17:38 +0000)
committer
Tom Hughes
<tom@compton.nu>
Sun, 4 Feb 2018 17:38:55 +0000
(17:38 +0000)
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index 48ddb4a1d09d4e3f1ca0b508c123ee39b0a96b31..8ae3d114173e5e40050e84e056d8b9997b8845ae 100644
(file)
--- 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