Add build results to CDash
authormayeut <mayeut@users.noreply.github.com>
Mon, 7 Sep 2015 23:19:44 +0000 (01:19 +0200)
committermayeut <mayeut@users.noreply.github.com>
Mon, 7 Sep 2015 23:19:44 +0000 (01:19 +0200)
.travis.yml

index 2213a841eb562c00fb79ff3765676d579770e6c4..4bf888b6979de8bf00dce5991541baccb3e81e2a 100644 (file)
@@ -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