mirror of
https://github.com/mapbox/tippecanoe.git
synced 2025-04-07 11:07:00 +00:00
add libprotobuf back to packages (not sources)
This commit is contained in:
parent
3570d93434
commit
535b328425
@ -9,15 +9,15 @@ matrix:
|
||||
env: COVERAGE=gcov-4.9 CC="gcc-4.9" CXX="g++-4.9"
|
||||
addons:
|
||||
apt:
|
||||
sources: ['ubuntu-toolchain-r-test', 'protobuf-compiler', 'libprotobuf-dev']
|
||||
packages: [ 'g++-4.9' ]
|
||||
sources: ['ubuntu-toolchain-r-test']
|
||||
packages: [ 'g++-4.9', 'protobuf-compiler', 'libprotobuf-dev' ]
|
||||
- os: linux
|
||||
compiler: clang
|
||||
env: CC="clang-3.5" CXX="clang++-3.5"
|
||||
addons:
|
||||
apt:
|
||||
sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-precise-3.5', 'protobuf-compiler', 'libprotobuf-dev' ]
|
||||
packages: [ 'clang-3.5' ]
|
||||
sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-precise-3.5' ]
|
||||
packages: [ 'clang-3.5', 'protobuf-compiler', 'libprotobuf-dev' ]
|
||||
- os: osx
|
||||
compiler: clang
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user