Skip to content

Commit

Permalink
travis.yml: Compile-test the qemu build
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Alexey Kardashevskiy <[email protected]>
  • Loading branch information
huth authored and aik committed Oct 1, 2021
1 parent 63cbd7f commit 6903c03
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ addons:
- libssl-dev

script:
- export PATH="/opt/at14.0/bin:$PATH"
- make -j2 qemu
- ./lib/libtpm/test.sh

jobs:
Expand Down

0 comments on commit 6903c03

Please sign in to comment.