Initial travis.yml file without the "boot_aggregate" test. Signed-off-by: Mimi Zohar <zoahr@xxxxxxxxxxxxx> --- .travis.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 000000000000..bf287898221e --- /dev/null +++ b/.travis.yml @@ -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; -- 2.18.4