diff options
| author | mayeut <mayeut@users.noreply.github.com> | 2015-09-08 01:19:44 +0200 |
|---|---|---|
| committer | mayeut <mayeut@users.noreply.github.com> | 2015-09-08 01:19:44 +0200 |
| commit | dc46d267f081d30c81e5fd0bedcffa952251c79a (patch) | |
| tree | a12ef70a2d7c3ef7aaf7edec4dd8eb09814ad8d1 | |
| parent | c32809d4646a13dc3f71bc292148306a37d174fd (diff) | |
Add build results to CDash
| -rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 2213a841..4bf888b6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,8 +7,8 @@ compiler: script: - mkdir build - cd build - - cmake -G "Unix Makefiles" -DBUILD_CODEC=ON -DBUILD_THIRDPARTY=ON -DBUILD_TESTING=ON -DOPJ_DATA_ROOT=../data -DSITE=travis-ci.org .. - - make + - cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release -DBUILD_CODEC=ON -DBUILD_THIRDPARTY=ON -DBUILD_TESTING=ON -DOPJ_DATA_ROOT=../data -DSITE=travis-ci.org -DBUILDNAME=${TRAVIS_OS_NAME}-${CC}$(${CC} -dumpversion)-x86_64-${TRAVIS_BRANCH}$( [[ "${TRAVIS_PULL_REQUEST}" != "false" ]] && echo "-pr${TRAVIS_PULL_REQUEST}" )-Release-3rdP .. - ctest -D ExperimentalStart + - ctest -D ExperimentalBuild -V - ctest -D ExperimentalTest -j2 || true - ctest -D ExperimentalSubmit || true |
