]> git.proxmox.com Git - mirror_qemu.git/commit - .travis.yml
.travis.yml: introduce TEST_BUILD_CMD and use it for check-tcg
authorAlex Bennée <alex.bennee@linaro.org>
Mon, 3 Feb 2020 09:09:29 +0000 (09:09 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Tue, 4 Feb 2020 17:13:29 +0000 (17:13 +0000)
commit4f46afd986df4025dbc43cc86f4da33f70c21e04
treebe188619eb1dc51f969c98b71c09b32882aa6f76
parentbb516dfc5b389d1f557752715891a3eedef136f4
.travis.yml: introduce TEST_BUILD_CMD and use it for check-tcg

At least for check-tcg we can split the build phase from the test
phase and do the former in parallel. While we are at it drop the V=1
for the check-tcg part as it just generates a lot more noise in the
logs.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20200203090932.19147-15-alex.bennee@linaro.org>
.travis.yml