xaptum / ecdaa

A C implementation of elliptic-curve-based Direct Anonymous Attestation (DAA) signatures. Created to support the Xaptum Edge Network Fabric, an IoT Network Solution.
https://www.xaptum.com
Apache License 2.0
45 stars 8 forks source link

Get Coverity working in travis-ci again #110

Closed zanebeckwith closed 4 years ago

zanebeckwith commented 6 years ago

The travis build of Coverity scan is currently failing (silently...).

It looks like this has been happening since we moved to out-of-tree builds in travis (which was a while ago). The issue is that the build commands given to Coverity can't use cd or pushd.

Maybe build as usual, then manually upload the results?