diff options
| author | mayeut <mayeut@users.noreply.github.com> | 2015-10-12 21:29:16 +0200 |
|---|---|---|
| committer | mayeut <mayeut@users.noreply.github.com> | 2015-10-12 21:29:16 +0200 |
| commit | 522d13af2ae120fbddfb63886100810fcd26b1bd (patch) | |
| tree | f6047e2070d68104103e11ae8b8fc81b717a43ef /tools | |
| parent | 0cd240e2e3b1e676c5bf02463141fb13ffd45973 (diff) | |
Update ci install script
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 c7e45ff9..ca5280ed 100755 --- a/tools/travis-ci/install.sh +++ b/tools/travis-ci/install.sh @@ -103,7 +103,7 @@ if [ "${OPJ_CI_SKIP_TESTS:-}" != "1" ]; then install_name_tool -id ${PWD}/libkdu_v77R.dylib libkdu_v77R.dylib install_name_tool -change /usr/local/lib/libkdu_v77R.dylib ${PWD}/libkdu_v77R.dylib kdu_compress install_name_tool -change /usr/local/lib/libkdu_v77R.dylib ${PWD}/libkdu_v77R.dylib kdu_expand - elif [ "${APPVEYOR:-}" == "True" ]; then + elif [ "${APPVEYOR:-}" == "True" ] || uname -s | grep -i MINGW &> /dev/null || uname -s | grep -i CYGWIN &> /dev/null; then echo "Retrieving Kakadu" wget -q http://kakadusoftware.com/wp-content/uploads/2014/06/KDU77_Demo_Apps_for_Win32_150710.msi_.zip cmake -E tar -xf KDU77_Demo_Apps_for_Win32_150710.msi_.zip |
