summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2021-08-31 11:33:44 +0200
committerAlexey Kardashevskiy <aik@ozlabs.ru>2021-10-01 14:09:29 +1000
commit6903c037a6b45140a495a6541ef92a0aabc7a30c (patch)
tree389116837b0e6b314d4a705ca2a70e29a5718229
parent63cbd7fad2a863075c9aecaffecb6a7b4bba89d9 (diff)
downloadqemu-SLOF-6903c037a6b45140a495a6541ef92a0aabc7a30c.tar.gz
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>
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
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: