diff mbox series

[PULL,v2,57/57] .travis.yml: add check-tcg test

Message ID 20180621062605.941-58-alex.bennee@linaro.org
State Accepted
Commit 65b26da485540ffcc1c46c9a0898f01912ee6b7a
Headers show
Series add check-tcg and associated machinery | expand

Commit Message

Alex Bennée June 21, 2018, 6:26 a.m. UTC
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>

Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>

Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>


-- 
2.17.1
diff mbox series

Patch

diff --git a/.travis.yml b/.travis.yml
index fabfe9ec34..bd66c18fed 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} && ${TEST_CMD} ${MAKEFLAGS}
+      sudo: required
+      dist: trusty
+      compiler: gcc