未验证 提交 b50c2cb2 编写于 作者: L Lukáš Doktor

Merge remote-tracking branch 'apahim/master_travis_generic_branch'

......@@ -34,11 +34,10 @@ script:
for FILE in scripts/*; do
rm $BINDIR/$(basename $FILE)
done
# Run the "make check" per each commit origin..HEAD
# Run the "make check" per each commit in PR (TRAVIS_COMMIT_RANGE)
ERR=""
MASTER=$(git rev-parse origin/master)
echo Master is $MASTER
for COMMIT in $(git rev-list origin..HEAD | tail -n+2); do
echo Branch is $TRAVIS_BRANCH
for COMMIT in $(git rev-list $TRAVIS_COMMIT_RANGE); do
echo
echo "--------------------< $(git log -1 --oneline $COMMIT) >--------------------"
echo
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册