1
0
mirror of https://git.code.sf.net/p/linux-ima/ima-evm-utils synced 2025-04-30 23:53:37 +02:00
ima-evm-utils-mirror/.travis.yml
Mimi Zohar 9cd7edf1e0 travis: download, compile, and install a swTPM
Verifying the "boot_aggregate" requires reading the TPM PCRs for each of
the TPM banks.  In test environments without a physical TPM, a software
TPM may be used.

Signed-off-by: Mimi Zohar <zohar@linux.ibm.com>
2020-08-04 13:53:07 -04:00

21 lines
433 B
YAML

language: C
addons:
apt:
packages:
- libkeyutils-dev
- libattr1-dev
- attr
- openssl
- libssl-dev
- asciidoc
- xsltproc
- docbook-xsl
- docbook-xml
install:
- ./tests/install-swtpm.sh
script:
- autoreconf -i && ./configure && make -j$(nproc) && sudo make install && VERBOSE=1 make check TESTS="ima_hash.test sign_verify.test";
- tail -3 tests/ima_hash.log;
- tail -3 tests/sign_verify.log;