diff options
Diffstat (limited to '.build.yml')
-rw-r--r-- | .build.yml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -97,6 +97,7 @@ after_scripts: - if [ ${BUILD_TYPE} == "scripts" ];then - if [ ${DISTRO_NAME} == "debian" ];then - make check + - cat tests/test-suite.log - fi - make distcheck - fi |