diff options
author | Alex Bennée <alex.bennee@linaro.org> | 2019-02-20 11:28:25 +0000 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2019-02-22 09:28:29 +0000 |
commit | 4e6e7df61e1408d09990a12bc050be8e65e7f4f6 (patch) | |
tree | 7f4cd8a2601dee32455b1343e83e00dd0bcd5a3d /.travis.yml | |
parent | ba27de8d0425a14203fc701dc50f5e91746afb7e (diff) | |
download | qemu-4e6e7df61e1408d09990a12bc050be8e65e7f4f6.zip |
.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 <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 866a1872b1..36ed7ec3f9 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: |