From: Philippe Mathieu-Daudé Date: Tue, 13 Aug 2019 13:49:20 +0000 (+0200) Subject: .travis.yml: Let the avocado job run the NeXTcube tests X-Git-Tag: v4.2.0-rc0~116^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=25311649592f5584b1e1012d69c7327ef87473f4;p=thirdparty%2Fqemu.git .travis.yml: Let the avocado job run the NeXTcube tests Signed-off-by: Philippe Mathieu-Daudé Message-Id: <20190813134921.30602-3-philmd@redhat.com> [huth: Rebased patch to master branch] Signed-off-by: Thomas Huth --- diff --git a/.travis.yml b/.travis.yml index 92b00927d4f..106f9b5d01e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -232,15 +232,20 @@ 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,ppc64-softmmu" + - CONFIG="--python=/usr/bin/python3 --target-list=x86_64-softmmu,mips-softmmu,mips64el-softmmu,aarch64-softmmu,arm-softmmu,s390x-softmmu,alpha-softmmu,ppc64-softmmu,m68k-softmmu" - TEST_CMD="make check-acceptance" after_failure: - cat tests/results/latest/job.log addons: apt: packages: + - python3-pil - python3-pip - python3.5-venv + - tesseract-ocr + - tesseract-ocr-eng + + # Using newer GCC with sanitizers - addons: apt: