[SLOF] [PATCH 3/3] travis.yml: Compile-test the qemu build
Thomas Huth
thuth at redhat.com
Tue Aug 31 19:33:44 AEST 2021
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 <thuth at redhat.com>
---
.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:
--
2.27.0
More information about the SLOF
mailing list