From 6903c037a6b45140a495a6541ef92a0aabc7a30c Mon Sep 17 00:00:00 2001 From: Thomas Huth Date: Tue, 31 Aug 2021 11:33:44 +0200 Subject: travis.yml: Compile-test the qemu build Since we're already using Travis for some testing, we should also compile-test the sources with the pre-installed Advanced Toolchain compiler there. Signed-off-by: Thomas Huth Signed-off-by: Alexey Kardashevskiy --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 375cabb..0f3b871 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,8 @@ addons: - libssl-dev script: + - export PATH="/opt/at14.0/bin:$PATH" + - make -j2 qemu - ./lib/libtpm/test.sh jobs: -- cgit v1.1