diff options
| author | mayeut <mayeut@users.noreply.github.com> | 2015-10-10 15:18:12 +0200 |
|---|---|---|
| committer | mayeut <mayeut@users.noreply.github.com> | 2015-10-10 15:18:12 +0200 |
| commit | d035952c52de3ba924010d2f127016eab518a7e3 (patch) | |
| tree | 4c8f38e756974b0565355f190d8e76ce022e4bd5 /tools | |
| parent | 1ed6ede703ba3344a9fef7c8cf0c98024bfc0b44 (diff) | |
jpylyzer download
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/travis-ci/install.sh | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/tools/travis-ci/install.sh b/tools/travis-ci/install.sh index 740299f0..3b122434 100755 --- a/tools/travis-ci/install.sh +++ b/tools/travis-ci/install.sh @@ -69,10 +69,11 @@ if [ "${OPJ_CI_SKIP_TESTS:-}" != "1" ]; then # We need jpylyzer for the test suite echo "Retrieving jpylyzer" 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 + wget --local-encoding=UTF-8 -q http://dl.bintray.com/openplanets/opf-windows/jpylyzer_1.14.2_win32.zip + mkdir jpylyzer + cd jpylyzer + cmake -E tar -xf ../jpylyzer_1.14.2_win32.zip + cd .. else wget -qO - https://github.com/openpreserve/jpylyzer/archive/1.14.2.tar.gz | tar -xz mv jpylyzer-1.14.2/jpylyzer ./ |
