Skip to content

Commit

Permalink
.travis.yml: enable aarch64-softmmu and alpha-softmmu tcg tests
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
  • Loading branch information
stsquad committed May 28, 2019
1 parent 8d8a8ab commit 591ff1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -284,5 +284,5 @@ matrix:

# Run check-tcg against softmmu targets
- env:
- CONFIG="--target-list=xtensa-softmmu,arm-softmmu"
- CONFIG="--target-list=xtensa-softmmu,arm-softmmu,aarch64-softmmu,alpha-softmmu"
- TEST_CMD="make -j3 check-tcg V=1"

0 comments on commit 591ff1f

Please sign in to comment.