diff options
| author | mayeut <mayeut@users.noreply.github.com> | 2015-09-08 22:24:06 +0200 |
|---|---|---|
| committer | mayeut <mayeut@users.noreply.github.com> | 2015-09-08 22:24:06 +0200 |
| commit | dd00120e96f063e9c18f7c0705e6a9deec9e38a2 (patch) | |
| tree | 404d0283ba0c3b46f7130e9a23edd555e2e702e9 | |
| parent | e71247bb90085155559fafaf088d4e573add7156 (diff) | |
Add Kakadu tests
| -rw-r--r-- | .travis.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 1f7966f4..6a376bfd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,8 +6,12 @@ before_install: - cmake --version - git clone --depth=1 --branch=master git://github.com/uclouvain/openjpeg-data.git data - wget -qO - https://github.com/openpreserve/jpylyzer/archive/1.14.2.tar.gz | tar -xvz + - wget -q http://kakadusoftware.com/wp-content/uploads/2014/06/KDU77_Demo_Apps_for_Linux-x86-64_150710.zip install: - chmod +x jpylyzer-1.14.2/jpylyzer/jpylyzer.py + - cmake -E tar -xf KDU77_Demo_Apps_for_Linux-x86-64_150710.zip + - export LD_LIBRARY_PATH=${PWD}/KDU77_Demo_Apps_for_Linux-x86-64_150710:${LD_LIBRARY_PATH} + - export PATH=${PWD}/KDU77_Demo_Apps_for_Linux-x86-64_150710:${PATH} script: - mkdir build |
