[libdeflate] added smiple support for libdeflate | This work was sponsored by SkySight (@plantain)

This commit is contained in:
Ilia Platone 2018-12-21 00:43:15 +01:00
parent a86e6cab6c
commit 0d764c7603
2 changed files with 6 additions and 0 deletions

View File

@ -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'

View File

@ -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