未验证 提交 dc1f9464 编写于 作者: K Kevin Heifner 提交者: GitHub

Merge pull request #1436 from EOSIO/jenkins-tests-fix

Make Jenkins only run one build's tests at a time.
......@@ -37,6 +37,9 @@ pipeline {
. $HOME/.bash_profile
export EOSLIB=$(pwd)/contracts
cd build
printf "Waiting for testing to be available..."
while /usr/bin/pgrep -x ctest > /dev/null; do sleep 1; done
echo "OK!"
ctest --output-on-failure
'''
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册