harfbuzz/.ci/trigger-coverity.sh

12 lines
299 B
Bash
Raw Normal View History

#!/bin/bash
set -x
set -o errexit -o nounset
2018-03-05 10:28:34 +01:00
if test x"$TRAVIS_EVENT_TYPE" != x"cron"; then exit; fi
if test x"$TRAVIS_BRANCH" != x"master"; then exit; fi
git fetch --unshallow
git remote add upstream "https://$GH_TOKEN@github.com/harfbuzz/harfbuzz.git"
git push -q upstream master:coverity_scan