diff options
| author | mayeut <mayeut@users.noreply.github.com> | 2015-09-08 00:32:20 +0200 |
|---|---|---|
| committer | mayeut <mayeut@users.noreply.github.com> | 2015-09-08 00:32:20 +0200 |
| commit | c32809d4646a13dc3f71bc292148306a37d174fd (patch) | |
| tree | a38992280a985caa9339eb29de37383469e70405 | |
| parent | 5be56d582c9f8f7a202b8a33ae67fdfb074caf69 (diff) | |
Submit test results to CDash
| -rw-r--r-- | .travis.yml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 65f2f287..2213a841 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 |
