Add Kakadu tests

This commit is contained in:
mayeut 2015-09-08 22:24:06 +02:00
parent e71247bb90
commit dd00120e96
1 changed files with 4 additions and 0 deletions

View File

@ -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