summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorThomas Huth2019-09-26 17:51:57 +0200
committerThomas Huth2020-01-16 17:01:39 +0100
commitc82b95489f8c33318101d18e643f7b50259d8e4e (patch)
treea7e1d4f714fba491be9c5ea002abf9c0e002dfdb /.gitlab-ci.yml
parenttests/qtest/vhost-user-test: Fix memory leaks (diff)
downloadqemu-c82b95489f8c33318101d18e643f7b50259d8e4e.tar.gz
qemu-c82b95489f8c33318101d18e643f7b50259d8e4e.tar.xz
qemu-c82b95489f8c33318101d18e643f7b50259d8e4e.zip
gitlab-ci.yml: Run tcg test with tci
Since commit 2f160e0f9797c7522bfd0d09218d0c9340a5137c ("tci: Add implementation for INDEX_op_ld16u_i64") has been included now, we can also run the TCG tests with tci, so let's enable them in our Gitlab CI now. Message-Id: <20191127155105.3784-1-thuth@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index dce8f2d3f5..d9a90f795d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -87,6 +87,7 @@ build-tci:
- ../configure --enable-tcg-interpreter
--target-list="$(for tg in $TARGETS; do echo -n ${tg}'-softmmu '; done)"
- make -j2
+ - make run-tcg-tests-x86_64-softmmu
- make tests/qtest/boot-serial-test tests/qtest/cdrom-test tests/qtest/pxe-test
- for tg in $TARGETS ; do
export QTEST_QEMU_BINARY="${tg}-softmmu/qemu-system-${tg}" ;