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:
parent
63cbd7fad2
commit
6903c037a6
|
@ -7,6 +7,8 @@ addons:
|
|||
- libssl-dev
|
||||
|
||||
script:
|
||||
- export PATH="/opt/at14.0/bin:$PATH"
|
||||
- make -j2 qemu
|
||||
- ./lib/libtpm/test.sh
|
||||
|
||||
jobs:
|
||||
|
|
Loading…
Reference in New Issue