Skip to content

Commit 8203d28

Browse files
committed
feat(build): Show errors on failure
Origin: #134 Forwarded: #134 Signed-off-by: Philippe Coval <[email protected]>
1 parent b973cbe commit 8203d28

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

helper.mk

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,9 @@ reconfigure: configure/clean configure
304304
@date -u
305305

306306
${build_dir}/CMakeCache.txt: CMakeLists.txt
307-
${sonar_bw_cmdline} ${cmake} ${cmake_options}
307+
${sonar_bw_cmdline} ${cmake} ${cmake_options} \
308+
|| cat ${build_dir}/CMakeFiles/CMakeOutput.log
309+
ls -l $@
308310

309311
all: ${build_dir}/CMakeCache.txt
310312
# ${sonar_bw_cmdline} ${cmake} --build ${<D} \

0 commit comments

Comments
 (0)