Submit test results to CDash

This commit is contained in:
mayeut 2015-09-08 00:32:20 +02:00
parent 5be56d582c
commit c32809d464
1 changed files with 5 additions and 2 deletions

View File

@ -1,11 +1,14 @@
language: c
before_install:
- cmake --version
- 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=../data ..
- cmake -G "Unix Makefiles" -DBUILD_CODEC=ON -DBUILD_THIRDPARTY=ON -DBUILD_TESTING=ON -DOPJ_DATA_ROOT=../data -DSITE=travis-ci.org ..
- make
- make test ARGS=-j2 || true
- ctest -D ExperimentalStart
- ctest -D ExperimentalTest -j2 || true
- ctest -D ExperimentalSubmit || true