mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-07 10:31:01 +00:00
Only run coverity on development
This commit is contained in:
parent
4caf0df018
commit
53e6f4804b
@ -4,6 +4,9 @@ set -e
|
||||
# Environment check
|
||||
[ -z "$COVERITY_TOKEN" ] && echo "Need to set a coverity token" && exit 1
|
||||
|
||||
# Only run this on development
|
||||
[ "$TRAVIS_BRANCH" != "development" ] && echo "Not development; bailing." && exit 0
|
||||
|
||||
COV_VERSION=6.6.1
|
||||
case `uname -m` in
|
||||
i?86) BITS=32 ;;
|
||||
|
Loading…
Reference in New Issue
Block a user