diff mbox series

[3/3] travis.yml: Compile-test the qemu build

Message ID 20210831093344.460262-4-thuth@redhat.com
State Accepted
Headers show
Series Some Travis-CI improvements | expand

Commit Message

Thomas Huth Aug. 31, 2021, 9:33 a.m. UTC
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>
---
 .travis.yml | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

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: