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 <thuth@redhat.com>
Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
This commit is contained in:
Thomas Huth 2021-08-31 11:33:44 +02:00 committed by Alexey Kardashevskiy
parent 63cbd7fad2
commit 6903c037a6
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@ addons:
- libssl-dev
script:
- export PATH="/opt/at14.0/bin:$PATH"
- make -j2 qemu
- ./lib/libtpm/test.sh
jobs: