There was an error while loading. Please reload this page.
1 parent 0b49e97 commit 94fb516Copy full SHA for 94fb516
cppbuild/cppbuild
@@ -22,4 +22,4 @@ fi
22
23
mkdir -p $BUILD_DIR
24
25
-(cd $BUILD_DIR && cmake -G "Unix Makefiles" $SOURCE_DIR && make clean && make -j "$ncpus" all && ctest -C Release)
+(cd $BUILD_DIR && cmake -G "Unix Makefiles" $SOURCE_DIR && make clean && make -j "$ncpus" all && ctest -C Release --output-on-failure)
0 commit comments