mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
travis-ci coverity build install python-toml python-numpy
This commit is contained in:
@@ -40,7 +40,7 @@ before_install:
|
|||||||
# install dependencies for the coverity build (target and branch), otherwise exit early
|
# install dependencies for the coverity build (target and branch), otherwise exit early
|
||||||
- if [[ "${TRAVIS_BRANCH}" = "coverity_scan" ]]; then
|
- if [[ "${TRAVIS_BRANCH}" = "coverity_scan" ]]; then
|
||||||
if [[ "${BUILD_TARGET}" = "coverity_scan" ]]; then
|
if [[ "${BUILD_TARGET}" = "coverity_scan" ]]; then
|
||||||
sudo apt-get install python-empy python-jinja2;
|
sudo apt-get install python-empy python-jinja2 python-toml python-numpy;
|
||||||
echo -n | openssl s_client -connect scan.coverity.com:443 | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' | sudo tee -a /etc/ssl/certs/ca-;
|
echo -n | openssl s_client -connect scan.coverity.com:443 | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' | sudo tee -a /etc/ssl/certs/ca-;
|
||||||
else
|
else
|
||||||
exit 0;
|
exit 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user