jpylyzer download

This commit is contained in:
mayeut 2015-10-10 15:18:12 +02:00
parent 1ed6ede703
commit d035952c52
1 changed files with 5 additions and 4 deletions

View File

@ -69,10 +69,11 @@ if [ "${OPJ_CI_SKIP_TESTS:-}" != "1" ]; then
# We need jpylyzer for the test suite # We need jpylyzer for the test suite
echo "Retrieving jpylyzer" echo "Retrieving jpylyzer"
if [ "${APPVEYOR:-}" == "True" ]; then if [ "${APPVEYOR:-}" == "True" ]; then
wget --local-encoding=UTF-8 http://dl.bintray.com/openplanets/opf-windows/jpylyzer_1.14.2_win32.zip wget --local-encoding=UTF-8 -q http://dl.bintray.com/openplanets/opf-windows/jpylyzer_1.14.2_win32.zip
cmake -E tar -xf jpylyzer_1.14.2_win32.zip mkdir jpylyzer
ls -l . cd jpylyzer
mv jpylyzer_1.14.2_win32 jpylyzer cmake -E tar -xf ../jpylyzer_1.14.2_win32.zip
cd ..
else else
wget -qO - https://github.com/openpreserve/jpylyzer/archive/1.14.2.tar.gz | tar -xz wget -qO - https://github.com/openpreserve/jpylyzer/archive/1.14.2.tar.gz | tar -xz
mv jpylyzer-1.14.2/jpylyzer ./ mv jpylyzer-1.14.2/jpylyzer ./