mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
travis: Add ASPEED ast2500 to qemu tests
Signed-off-by: Joel Stanley <joel@jms.id.au>
This commit is contained in:
parent
bfb372b83f
commit
998dc83adb
1 changed files with 7 additions and 0 deletions
|
@ -387,6 +387,13 @@ matrix:
|
|||
TEST_PY_TEST_SPEC="not pci"
|
||||
BUILDMAN="^sandbox_flattree$"
|
||||
TOOLCHAIN="i386"
|
||||
- name: "test/py evb-ast2500"
|
||||
env:
|
||||
- TEST_PY_BD="evb-ast2500"
|
||||
TEST_PY_ID="--id qemu"
|
||||
QEMU_TARGET="arm-softmmu"
|
||||
QEMU_VERSION="v4.0.0"
|
||||
BUILDMAN="^evb-ast2500$"
|
||||
- name: "test/py vexpress_ca15_tc2"
|
||||
env:
|
||||
- TEST_PY_BD="vexpress_ca15_tc2"
|
||||
|
|
Loading…
Reference in a new issue