]> granicus.if.org Git - openjpeg/commitdiff
jpylyzer download
authormayeut <mayeut@users.noreply.github.com>
Sat, 10 Oct 2015 13:18:12 +0000 (15:18 +0200)
committermayeut <mayeut@users.noreply.github.com>
Sat, 10 Oct 2015 13:18:12 +0000 (15:18 +0200)
tools/travis-ci/install.sh

index 740299f025be95f3c1a9dc50168786074919825d..3b122434f5a1f3ef21f26c3aeb8d77645932a37a 100755 (executable)
@@ -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 ./