Skip to content

Commit

Permalink
.travis.yml: split debug builds
Browse files Browse the repository at this point in the history
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 <[email protected]>
Reviewed-by: Richard Henderson <[email protected]>
  • Loading branch information
stsquad committed Feb 22, 2019
1 parent ba27de8 commit 4e6e7df
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4e6e7df

Please sign in to comment.