[tippecanoe] Added missing dependency for libdeflate as git submodule | This work was sponsored by SkySight (@plantain)

This commit is contained in:
Ilia Platone 2018-12-21 13:14:45 +01:00
parent 0d764c7603
commit 4a644276ee
3 changed files with 5 additions and 1 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "libdeflate"]
path = libdeflate
url = https://github.com/ebiggers/libdeflate

View File

@ -91,7 +91,7 @@ matrix:
before_install:
- DEPS_DIR="${TRAVIS_BUILD_DIR}/deps"
- export PATH=${DEPS_DIR}/bin:${PATH} && mkdir -p ${DEPS_DIR}
- make -j12 libdeflate
- make -j12 -C libdeflate install
- |
if [[ ${CLANG_VERSION:-false} != false ]]; then
export CCOMPILER='clang'

1
libdeflate Submodule

@ -0,0 +1 @@
Subproject commit d6d50c69554ac25897fc988d671e8e39780bab92