diff options
author | Joel Stanley <joel@jms.id.au> | 2019-07-04 11:05:17 +0930 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-07-17 16:00:30 -0400 |
commit | 998dc83adbf608fded340c38fcde7987177649e4 (patch) | |
tree | 6230f410ca06db9de0891f2eb8982cf7eb782157 /.travis.yml | |
parent | bfb372b83f4908b8fb5907d9cda10c7da1996966 (diff) | |
download | u-boot-998dc83adbf608fded340c38fcde7987177649e4.tar.gz |
travis: Add ASPEED ast2500 to qemu tests
Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index c21bbbbca4..6abfa5d7fc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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" |