trigger-coverity.sh 299 字节
Newer Older
1 2 3 4 5
#!/bin/bash

set -x
set -o errexit -o nounset

E
Ebrahim Byagowi 已提交
6 7
if test x"$TRAVIS_EVENT_TYPE" != x"cron"; then exit; fi
if test x"$TRAVIS_BRANCH" != x"master"; then exit; fi
8 9 10 11

git fetch --unshallow
git remote add upstream "https://$GH_TOKEN@github.com/harfbuzz/harfbuzz.git"
git push -q upstream master:coverity_scan