Skip to content

Commit

Permalink
Fixes libzip version in Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Cédric Tabin committed Sep 19, 2020
1 parent 82f8db4 commit c563212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ install:
make -j3 install
- |
mkdir -p $THIRD_PARTY/libzip && cd $THIRD_PARTY/libzip
travis_retry wget -O libzip.tar.gz "https://github.com/nih-at/libzip/archive/rel-1-6-1.tar.gz"
travis_retry wget -O libzip.tar.gz "https://github.com/nih-at/libzip/archive/rel-1-7-3.tar.gz"
tar xzf libzip.tar.gz --strip-components=1
mkdir build && cd build
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH=${THIRD_PARTY_PREFIX} -DCMAKE_INSTALL_PREFIX=${THIRD_PARTY_PREFIX} -DENABLE_COMMONCRYPTO=OFF -DENABLE_GNUTLS=OFF -DENABLE_MBEDTLS=OFF
Expand Down

0 comments on commit c563212

Please sign in to comment.