Debug wget jpylyzer on appveyor
This commit is contained in:
parent
d5c460fc5f
commit
50b561e911
|
@ -69,7 +69,7 @@ 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 -q http://dl.bintray.com/openplanets/opf-windows/jpylyzer_1.14.2_win32.zip
|
wget http://dl.bintray.com/openplanets/opf-windows/jpylyzer_1.14.2_win32.zip
|
||||||
cmake -E tar -xf jpylyzer_1.14.2_win32.zip
|
cmake -E tar -xf jpylyzer_1.14.2_win32.zip
|
||||||
mv jpylyzer_1.14.2_win32 jpylyzer
|
mv jpylyzer_1.14.2_win32 jpylyzer
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue