mirror of
https://github.com/mapbox/tippecanoe.git
synced 2025-01-22 04:18:01 +00:00
Remove protobuf prerequisites again
This commit is contained in:
parent
a9a14b33e0
commit
33f9d91a4c
@ -10,20 +10,19 @@ matrix:
|
|||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
sources: ['ubuntu-toolchain-r-test']
|
sources: ['ubuntu-toolchain-r-test']
|
||||||
packages: [ 'g++-4.9', 'protobuf-compiler', 'libprotobuf-dev' ]
|
packages: [ 'g++-4.9' ]
|
||||||
- os: linux
|
- os: linux
|
||||||
compiler: clang
|
compiler: clang
|
||||||
env: CC="clang-3.5" CXX="clang++-3.5"
|
env: CC="clang-3.5" CXX="clang++-3.5"
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-precise-3.5' ]
|
sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-precise-3.5' ]
|
||||||
packages: [ 'clang-3.5', 'protobuf-compiler', 'libprotobuf-dev' ]
|
packages: [ 'clang-3.5' ]
|
||||||
- os: osx
|
- os: osx
|
||||||
compiler: clang
|
compiler: clang
|
||||||
|
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- if [[ $(uname -s) == 'Darwin' ]]; then brew install protobuf; fi;
|
|
||||||
- if [ -n "${COVERAGE}" ]; then
|
- if [ -n "${COVERAGE}" ]; then
|
||||||
export CXXFLAGS="--coverage -g";
|
export CXXFLAGS="--coverage -g";
|
||||||
export CFLAGS="--coverage -g";
|
export CFLAGS="--coverage -g";
|
||||||
|
Loading…
Reference in New Issue
Block a user