diff options
| author | Even Rouault <even.rouault@mines-paris.org> | 2017-05-03 12:41:02 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-05-03 12:41:02 +0200 |
| commit | 20291aad07591da40ac86e5f5a87b4f6d154ba6a (patch) | |
| tree | df7bac2c32151424178b7d49046084eb84f85807 | |
| parent | a18040e02238c577cf7853a0e303cbca62e044a8 (diff) | |
| parent | 04980a8c7b6c260394084ab12b4bdee957caa24f (diff) | |
Merge pull request #915 from rouault/appveyor_fix_attempt
Fix retrieval of jpylyzer in AppVeyor
| -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 |
