mirror of
https://git.code.sf.net/p/linux-ima/ima-evm-utils
synced 2025-04-27 22:32:31 +02:00
travis: define travis.yml
Initial travis.yml file without the "boot_aggregate" test. Signed-off-by: Mimi Zohar <zoahr@linux.ibm.com>
This commit is contained in:
parent
fbd96c98c5
commit
d5aed92be4
18
.travis.yml
Normal file
18
.travis.yml
Normal file
@ -0,0 +1,18 @@
|
||||
language: C
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- libkeyutils-dev
|
||||
- libattr1-dev
|
||||
- attr
|
||||
- openssl
|
||||
- libssl-dev
|
||||
- asciidoc
|
||||
- xsltproc
|
||||
- docbook-xsl
|
||||
- docbook-xml
|
||||
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;
|
Loading…
x
Reference in New Issue
Block a user