forked from mapbox/mapnik-vector-tile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
50 lines (43 loc) · 1.11 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
language: c
git:
depth: 10
sudo: false
matrix:
include:
# Broken: https://github.com/mapbox/mapnik-vector-tile/issues/103
#- os: linux
# compiler: gcc
# env: JOBS=2 CXX=g++-4.9
# addons:
# apt:
# sources: ['ubuntu-toolchain-r-test']
# packages: ['g++-4.9']
- os: linux
compiler: clang
env: JOBS=10 CXX=clang++-3.5
sudo: false
addons:
apt:
sources: ['ubuntu-toolchain-r-test','llvm-toolchain-precise-3.5']
packages: ['clang-3.5']
- os: linux
compiler: clang
env: JOBS=10 CXX=clang++-3.5 BUILDTYPE=Debug
sudo: false
addons:
apt:
sources: ['ubuntu-toolchain-r-test','llvm-toolchain-precise-3.5']
packages: ['clang-3.5']
- os: osx
compiler: clang
env: JOBS=10 COVERAGE=true BUILDTYPE=Debug
sudo: false
before_install:
- source ./bootstrap.sh
install:
- source ./scripts/build.sh
before_script:
- ./scripts/coverage.sh
script:
# make sure tileinfo command works
- ./build/${BUILDTYPE:-Release}/tileinfo examples/data/14_2620_6331.vector.pbf.z