Add tests when running travis-ci

This commit is contained in:
mayeut 2015-09-07 23:19:40 +02:00
parent f1ba09f690
commit bd291ae5a8
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
language: c
before_install:
- git clone --depth=1 --branch=master git://github.com/uclouvain/openjpeg-data.git uclouvain/openjpeg-data
- git clone --depth=1 --branch=master git://github.com/uclouvain/openjpeg-data.git data
compiler:
- gcc
script:
- mkdir build
- cd build
- cmake -G "Unix Makefiles" -DBUILD_CODEC=ON -DBUILD_THIRDPARTY=ON -DBUILD_TESTING=ON -DOPJ_DATA_ROOT=../../openjpeg-data ..
- cmake -G "Unix Makefiles" -DBUILD_CODEC=ON -DBUILD_THIRDPARTY=ON -DBUILD_TESTING=ON -DOPJ_DATA_ROOT=../data ..
- make
- make test ARGS=-j2