mirror of
https://github.com/boostorg/logic.git
synced 2025-07-30 04:07:15 +02:00
fix broken ci jobs in travis
This commit is contained in:
@ -133,7 +133,7 @@ jobs:
|
|||||||
sources:
|
sources:
|
||||||
- ubuntu-toolchain-r-test
|
- ubuntu-toolchain-r-test
|
||||||
script:
|
script:
|
||||||
- pushd /tmp && git clone https://github.com/linux-test-project/lcov.git && cd lcov && sudo make install && which lcov && lcov --version && popd
|
- pushd /tmp && git clone https://github.com/linux-test-project/lcov.git && export PATH=/tmp/lcov/bin:$PATH && which lcov && lcov --version && popd
|
||||||
- cd $BOOST_ROOT/libs/$SELF
|
- cd $BOOST_ROOT/libs/$SELF
|
||||||
- ci/travis/codecov.sh
|
- ci/travis/codecov.sh
|
||||||
|
|
||||||
@ -155,7 +155,6 @@ jobs:
|
|||||||
- COMMENT="Coverity Scan"
|
- COMMENT="Coverity Scan"
|
||||||
- TOOLSET=gcc
|
- TOOLSET=gcc
|
||||||
script:
|
script:
|
||||||
- echo -n | openssl s_client -connect scan.coverity.com:443 | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' | sudo tee -a /etc/ssl/certs/ca-
|
|
||||||
- cd $BOOST_ROOT/libs/$SELF
|
- cd $BOOST_ROOT/libs/$SELF
|
||||||
- ci/travis/coverity.sh
|
- ci/travis/coverity.sh
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user