Update Travis CI coverity scan test

This commit is contained in:
Markus Gans 2019-11-07 02:55:20 +01:00
parent 18ec10ffd1
commit df12308b06
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ matrix:
- lsb_release -a
- uname -a
- whoami
- echo -n | openssl s_client -connect https://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-certificates.crt
script:
- autoreconf -v --install --force
- ./configure --prefix=/usr CPPFLAGS="-DDEBUG" CXXFLAGS="-g -O0 -DDEBUG -DUNIT_TEST" --with-unit-test