diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2017-05-03 12:03:00 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2017-05-03 12:03:00 +0200 |
| commit | 04980a8c7b6c260394084ab12b4bdee957caa24f (patch) | |
| tree | df7bac2c32151424178b7d49046084eb84f85807 /tools | |
| parent | a18040e02238c577cf7853a0e303cbca62e044a8 (diff) | |
Fix retrieval of jpylyzer in AppVeyor
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/travis-ci/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/travis-ci/install.sh b/tools/travis-ci/install.sh index 003f8fa8..b1921844 100755 --- a/tools/travis-ci/install.sh +++ b/tools/travis-ci/install.sh @@ -65,7 +65,7 @@ if [ "${OPJ_CI_SKIP_TESTS:-}" != "1" ]; then JPYLYZER_VERSION="1.17.0" echo "Retrieving jpylyzer" if [ "${APPVEYOR:-}" == "True" ]; then - wget --local-encoding=UTF-8 -q http://dl.bintray.com/openplanets/opf-windows/jpylyzer_${JPYLYZER_VERSION}_win32.zip + wget -q http://dl.bintray.com/openplanets/opf-windows/jpylyzer_${JPYLYZER_VERSION}_win32.zip mkdir jpylyzer cd jpylyzer cmake -E tar -xf ../jpylyzer_${JPYLYZER_VERSION}_win32.zip |
