From: Alex Bennée Date: Wed, 20 Feb 2019 11:28:25 +0000 (+0000) Subject: .travis.yml: split debug builds X-Git-Tag: v4.0.0-rc0~81^2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4e6e7df61e1408d09990a12bc050be8e65e7f4f6;p=thirdparty%2Fqemu.git .travis.yml: split debug builds The builds are reaching the magic 50 minute limit with regularity so lets split them up. Rather than doing a full debug build on both just enable debug tcg for linux-user. Signed-off-by: Alex Bennée Reviewed-by: Richard Henderson --- diff --git a/.travis.yml b/.travis.yml index 866a1872b12..36ed7ec3f9a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -86,7 +86,12 @@ matrix: - env: - - CONFIG="--enable-debug --enable-debug-tcg" + - CONFIG="--enable-debug --enable-debug-tcg --disable-user" + + + # TCG debug can be run just on it's own and is mostly agnostic to user/softmmu distinctions + - env: + - CONFIG="--enable-debug-tcg --disable-system" - env: