Commit 998ae28799c79c6bc796aea182ae6acf13d18284

Authored by Tom Rini
1 parent 485c13c753

travis-ci: Add qemu-x86_64 target

Add qemu-x86_64 to the list of targets we use for test.py runs.

Signed-off-by: Tom Rini <trini@konsulko.com>

Showing 1 changed file with 7 additions and 0 deletions Side-by-side Diff

... ... @@ -380,6 +380,13 @@
380 380 TOOLCHAIN="x86_64"
381 381 BUILD_ROM="yes"
382 382 - env:
  383 + - TEST_PY_BD="qemu-x86_64"
  384 + TEST_PY_TEST_SPEC="not sleep"
  385 + QEMU_TARGET="x86_64-softmmu"
  386 + BUILDMAN="^qemu-x86_64$"
  387 + TOOLCHAIN="x86_64"
  388 + BUILD_ROM="yes"
  389 + - env:
383 390 - TEST_PY_BD="zynq_zc702"
384 391 TEST_PY_TEST_SPEC="not sleep"
385 392 QEMU_TARGET="arm-softmmu"