From e6249bb70f1fac28c3528a9f889e9c54d8da4f56 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Fri, 17 Feb 2017 00:36:33 +0300 Subject: [PATCH] Travis CI: Output config.h content --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 7fe1276..442122c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -64,6 +64,7 @@ install: script: - ./configure $CONF_ASSERTIONS $CONF_INTRINSICS $CONF_GCOV $CONF_SHARED --enable-werror + - cat src/config.h - if [[ "$CSA_CHECK" == true || "$CPPCHECK" == true ]]; then make --directory tests list_atomic.c test_atomic_include.h; else -- 2.50.0