mirror of
https://github.com/mapbox/tippecanoe.git
synced 2025-04-21 09:11:16 +00:00
[libdeflate] added smiple support for libdeflate | This work was sponsored by SkySight (@plantain)
This commit is contained in:
parent
a86e6cab6c
commit
0d764c7603
@ -91,6 +91,7 @@ matrix:
|
||||
before_install:
|
||||
- DEPS_DIR="${TRAVIS_BUILD_DIR}/deps"
|
||||
- export PATH=${DEPS_DIR}/bin:${PATH} && mkdir -p ${DEPS_DIR}
|
||||
- make -j12 libdeflate
|
||||
- |
|
||||
if [[ ${CLANG_VERSION:-false} != false ]]; then
|
||||
export CCOMPILER='clang'
|
||||
|
5
Makefile
5
Makefile
@ -340,3 +340,8 @@ tests/%.json: Makefile tippecanoe tippecanoe-decode
|
||||
./tippecanoe-decode -x generator $@.check.mbtiles > $@
|
||||
cmp $(patsubst %.check,%,$@) $@
|
||||
rm $@.check.mbtiles
|
||||
|
||||
libdeflate:
|
||||
git clone https://github.com/ebiggers/libdeflate libdeflate
|
||||
cd libdeflate/
|
||||
make -j12 install
|
||||
|
Loading…
x
Reference in New Issue
Block a user