未验证 提交 da78f2dc 编写于 作者: V vit9696 提交者: GitHub

build: Provide full cacert bundle for cov analysis (closes #4)

上级 c5030535
......@@ -26,16 +26,17 @@ matrix:
- os: osx
compiler: clang
osx_image: xcode10.2
before_install:
- curl -s -L https://entrust.com/root-certificates/entrust_l1k.cer -o entrust_l1k.crt
- echo "--cacert entrust_l1k.crt" >> ~/.curlrc
- set -e
- curl -Ls https://entrust.com/root-certificates/entrust_l1k.cer -o ~/entrust_l1k.crt
- curl -LS https://curl.haxx.se/ca/cacert.pem -o ~/cacert.pem
- cat ~/entrust_l1k.crt >> ~/cacert.pem
- touch ~/.curlrc
- echo "--cacert '$HOME/cacert.pem'" >> ~/.curlrc
script:
- echo "This script runs coverity..."
- curl -s -L https://entrust.com/root-certificates/entrust_l1k.cer -o entrust_l1k.crt
- echo "--cacert entrust_l1k.crt" >> ~/.curlrc
addons:
coverity_scan:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册