Skip to content

Commit

Permalink
Merge pull request uclouvain#915 from rouault/appveyor_fix_attempt
Browse files Browse the repository at this point in the history
Fix retrieval of jpylyzer in AppVeyor
  • Loading branch information
rouault authored May 3, 2017
2 parents a18040e + 04980a8 commit 20291aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/travis-ci/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 20291aa

Please sign in to comment.