mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Travis/Coverity: for now just trigger on branch name
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
c9c43ecb65
commit
55a3cd13cd
1 changed files with 1 additions and 2 deletions
|
|
@ -49,11 +49,10 @@ matrix:
|
|||
|
||||
before_install:
|
||||
# When the build on this branch gets triggered by travis-cron, do a coverty scan.
|
||||
- if [ "$TRAVIS_EVENT_TYPE" = "cron" ] ; then export COVERITY_SCAN_BRANCH=1 ; fi
|
||||
- source ${TRAVIS_BUILD_DIR}/scripts/${SUBSURFACE_PLATFORM}/before_install.sh
|
||||
|
||||
script:
|
||||
- if [ "$COVERITY_SCAN_BRANCH" != "1" ] ; then source ${TRAVIS_BUILD_DIR}/scripts/${SUBSURFACE_PLATFORM}/travisbuild.sh ; fi
|
||||
- source ${TRAVIS_BUILD_DIR}/scripts/${SUBSURFACE_PLATFORM}/travisbuild.sh
|
||||
|
||||
after_success:
|
||||
- source ${TRAVIS_BUILD_DIR}/scripts/${SUBSURFACE_PLATFORM}/after_success.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue