diff mbox series

[2/2] .travis.yml: Let the avocado job run the NeXTcube tests

Message ID 20190629150056.9071-3-f4bug@amsat.org (mailing list archive)
State New, archived
Headers show
Series tests/acceptance: Add test of NeXTcube framebuffer using OCR | expand

Commit Message

Philippe Mathieu-Daudé June 29, 2019, 3 p.m. UTC
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
---
 .travis.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/.travis.yml b/.travis.yml
index aeb9b211cd..16907b5a78 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -231,7 +231,7 @@  matrix:
 
     # Acceptance (Functional) tests
     - env:
-        - CONFIG="--python=/usr/bin/python3 --target-list=x86_64-softmmu,mips-softmmu,mips64el-softmmu,aarch64-softmmu,arm-softmmu,s390x-softmmu,alpha-softmmu"
+        - CONFIG="--python=/usr/bin/python3 --target-list=x86_64-softmmu,mips-softmmu,mips64el-softmmu,aarch64-softmmu,arm-softmmu,s390x-softmmu,alpha-softmmu,m68k-softmmu"
         - TEST_CMD="make check-acceptance"
       after_failure:
         - cat tests/results/latest/job.log
@@ -240,6 +240,9 @@  matrix:
           packages:
             - python3-pip
             - python3.5-venv
+            - tesseract-ocr
+
+
     # Using newer GCC with sanitizers
     - addons:
         apt: