mirror of
https://github.com/systemed/tilemaker.git
synced 2026-05-06 08:26:46 -04:00
Remove travis config
This commit is contained in:
-23
@@ -1,23 +0,0 @@
|
||||
language: cpp
|
||||
compiler: gcc
|
||||
# Sudo is required for non-standard packages
|
||||
sudo: true
|
||||
dist: trusty
|
||||
addons:
|
||||
apt:
|
||||
sources:
|
||||
- sourceline: 'ppa:kzemek/boost'
|
||||
packages:
|
||||
- liblua5.1-0
|
||||
- liblua5.1-0-dev
|
||||
- libprotobuf-dev
|
||||
- libsqlite3-dev
|
||||
- protobuf-compiler
|
||||
- shapelib
|
||||
- libshp-dev
|
||||
- libboost1.58-dev
|
||||
- libboost-program-options1.58
|
||||
- libboost-filesystem1.58-dev
|
||||
- libboost-system1.58
|
||||
script:
|
||||
- make -j2
|
||||
@@ -7,7 +7,7 @@ Vector tiles are used by many in-browser/app renderers, and can also power serve
|
||||
|
||||
Tilemaker keeps nodes and ways in RAM. If you're processing a country extract or larger, you'll need a lot of RAM. It's best suited to city and region extracts.
|
||||
|
||||
[](https://travis-ci.org/systemed/tilemaker)
|
||||

|
||||
|
||||
Installing
|
||||
----------
|
||||
|
||||
Reference in New Issue
Block a user