Signed-off-by: Alex Bennée <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Tested-by: Philippe Mathieu-Daudé <[email protected]>
---
v7
- explicit build-tcg-prereqs
---
.travis.yml | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/.travis.yml b/.travis.yml
index fabfe9ec34..ad352c5784 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -153,3 +153,11 @@ matrix:
- TEST_CMD=""
before_script:
- ./configure ${CONFIG} --extra-cflags="-g3 -O0 -fsanitize=thread
-fuse-ld=gold" || { cat config.log && exit 1; }
+ - env:
+ - CONFIG="--disable-system --disable-docs"
+ - TEST_CMD="make check-tcg"
+ script:
+ - make ${MAKEFLAGS} build-tcg-prereqs && ${TEST_CMD}
+ sudo: required
+ dist: trusty
+ compiler: gcc
--
2.17.1