mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
.travis.yml: add Qemu tests for MIPS Malta board
Add Qemu tests for the MIPS Malta machine as a replacement for the deprecated generic MIPS machine. Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
This commit is contained in:
parent
d8533167f5
commit
d985aaa58e
1 changed files with 28 additions and 0 deletions
28
.travis.yml
28
.travis.yml
|
@ -573,6 +573,34 @@ matrix:
|
|||
TEST_PY_TEST_SPEC="not sleep"
|
||||
QEMU_TARGET="mips64el-softmmu"
|
||||
TOOLCHAIN="mips"
|
||||
- name: "test/py qemu-malta"
|
||||
env:
|
||||
- TEST_PY_BD="malta"
|
||||
TEST_PY_TEST_SPEC="not sleep and not efi"
|
||||
TEST_PY_ID="--id qemu"
|
||||
QEMU_TARGET="mips-softmmu"
|
||||
TOOLCHAIN="mips"
|
||||
- name: "test/py qemu-maltael"
|
||||
env:
|
||||
- TEST_PY_BD="maltael"
|
||||
TEST_PY_TEST_SPEC="not sleep and not efi"
|
||||
TEST_PY_ID="--id qemu"
|
||||
QEMU_TARGET="mipsel-softmmu"
|
||||
TOOLCHAIN="mips"
|
||||
- name: "test/py qemu-malta64"
|
||||
env:
|
||||
- TEST_PY_BD="malta64"
|
||||
TEST_PY_TEST_SPEC="not sleep and not efi"
|
||||
TEST_PY_ID="--id qemu"
|
||||
QEMU_TARGET="mips64-softmmu"
|
||||
TOOLCHAIN="mips"
|
||||
- name: "test/py qemu-malta64el"
|
||||
env:
|
||||
- TEST_PY_BD="malta64el"
|
||||
TEST_PY_TEST_SPEC="not sleep and not efi"
|
||||
TEST_PY_ID="--id qemu"
|
||||
QEMU_TARGET="mips64el-softmmu"
|
||||
TOOLCHAIN="mips"
|
||||
- name: "test/py qemu-ppce500"
|
||||
env:
|
||||
- TEST_PY_BD="qemu-ppce500"
|
||||
|
|
Loading…
Reference in a new issue