Debug wget jpylyzer
This commit is contained in:
parent
d03c4770cb
commit
1ed6ede703
|
@ -71,6 +71,7 @@ if [ "${OPJ_CI_SKIP_TESTS:-}" != "1" ]; then
|
|||
if [ "${APPVEYOR:-}" == "True" ]; then
|
||||
wget --local-encoding=UTF-8 http://dl.bintray.com/openplanets/opf-windows/jpylyzer_1.14.2_win32.zip
|
||||
cmake -E tar -xf jpylyzer_1.14.2_win32.zip
|
||||
ls -l .
|
||||
mv jpylyzer_1.14.2_win32 jpylyzer
|
||||
else
|
||||
wget -qO - https://github.com/openpreserve/jpylyzer/archive/1.14.2.tar.gz | tar -xz
|
||||
|
|
Loading…
Reference in New Issue