From 98c11df06659aac8fff6f04915043c6eebaf2c6f Mon Sep 17 00:00:00 2001 From: Haru Date: Sat, 18 Jun 2016 01:16:59 +0200 Subject: Show the config.log file when the configure script fails on travis Signed-off-by: Haru --- travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'travis.sh') diff --git a/travis.sh b/travis.sh index 051c632d5..b1f639935 100755 --- a/travis.sh +++ b/travis.sh @@ -75,7 +75,7 @@ case "$MODE" in ;; build) (cd tools && ./validateinterfaces.py silent) || aborterror "Interface validation error." - ./configure $@ || aborterror "Configure error, aborting build." + ./configure $@ || (cat config.log && aborterror "Configure error, aborting build.") make sql -j3 || aborterror "Build failed." make plugin.script_mapquit -j3 || aborterror "Build failed." ;; -- cgit v1.2.3-60-g2f50