chore(travis): push all linux builds to cdash

This commit is contained in:
Soonho Kong 2013-09-27 12:26:59 -07:00
parent 3527babfee
commit 0ce089b942
2 changed files with 5 additions and 1 deletions

View file

@ -33,7 +33,7 @@ script:
else
BUILD_TYPE=Debug;
fi
- BUILD_NAME=${TRAVIS_BRANCH}_${GIT_COMMIT}_w64-mingw32-g++-4.8.1_${BUILD_TYPE}
- BUILD_NAME=${TRAVIS_BRANCH}_w64-mingw32-g++-4.8.1_${BUILD_TYPE}
- if [[ $TCMALLOC == ON ]]; then
BUILD_NAME=${BUILD_NAME}_TC;
fi;

View file

@ -32,10 +32,12 @@ env:
- CMAKE_CXX_COMPILER=clang++-3.3
CMAKE_BUILD_TYPE=DEBUG
TCMALLOC=OFF
PUSH_TO_CDASH=TRUE
# D4. g++-4.8 | DEBUG
- CMAKE_CXX_COMPILER=g++-4.8
CMAKE_BUILD_TYPE=DEBUG
TCMALLOC=OFF
PUSH_TO_CDASH=TRUE
# =======================================================
# RELEASE Build
# =======================================================
@ -54,11 +56,13 @@ env:
- CMAKE_CXX_COMPILER=clang++-3.3
CMAKE_BUILD_TYPE=RELEASE
TCMALLOC=OFF
PUSH_TO_CDASH=TRUE
# R4. g++-4.8 | RELEASE | UPLOAD=>DROPBOX
- CMAKE_CXX_COMPILER=g++-4.8
CMAKE_BUILD_TYPE=RELEASE
TCMALLOC=OFF
UPLOAD=linux
PUSH_TO_CDASH=TRUE
# =======================================================
# MEMCHECK Build
# =======================================================