]> git.proxmox.com Git - libtpms.git/commit - .travis.yml
travis: Build libtpms for coverage and test with swtpm
authorStefan Berger <stefanb@linux.vnet.ibm.com>
Mon, 7 Jan 2019 19:31:14 +0000 (14:31 -0500)
committerStefan Berger <stefanb@us.ibm.com>
Wed, 9 Jan 2019 16:51:41 +0000 (11:51 -0500)
commitbaf9b1ee9274934fe175d1d4f8e438a194ef0025
treefacd7f205e6468b4c9bea62655e6787c1c24e92e
parentd9ea4ea3c30a034b83c7976534a9a1a1681106e7
travis: Build libtpms for coverage and test with swtpm

Build libtpms with code coverage enabled and run the swtpm test
suite on it.

Unfortunately cpp-coveralls has a problem creating correct file paths when
collecting the results so that the coverage results are not correctly sub-
mitted to coveralls.io. The issue may stem from the fact that the
Makefile.am in src/ contains rules for source files in subdirs src/tmp12/
and src/tpm2/ etc. I hope that this issue can be fixed at some point.

Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
.travis.yml