diff options
| author | mayeut <mayeut@users.noreply.github.com> | 2015-10-10 18:15:28 +0200 |
|---|---|---|
| committer | mayeut <mayeut@users.noreply.github.com> | 2015-10-10 18:15:28 +0200 |
| commit | cc9bf1d5576a5180591fc11ffd3c37d20d08f4c2 (patch) | |
| tree | 225ef01beac5e0a2abd5ec73d133b67f1fb272fc /tools/travis-ci/install.sh | |
| parent | a01f7cdee0a4c93fa5ccae7cb03dba7a1d5065ee (diff) | |
Use make under windows
Diffstat (limited to 'tools/travis-ci/install.sh')
| -rwxr-xr-x | tools/travis-ci/install.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/travis-ci/install.sh b/tools/travis-ci/install.sh index 3b122434..4ab46698 100755 --- a/tools/travis-ci/install.sh +++ b/tools/travis-ci/install.sh @@ -107,6 +107,7 @@ if [ "${OPJ_CI_SKIP_TESTS:-}" != "1" ]; then 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 + 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 msiexec /i KDU77_Demo_Apps_for_Win32_150710.msi /quiet /qn /norestart |
