Skip to content

Commit 8bcd3d3

Browse files
committed
build: show compile commands in ci
1 parent fca9717 commit 8bcd3d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ do_conan_install_gen_bld() {
159159
do_bld() {
160160
JOBS=$(nproc 2>/dev/null || sysctl -n hw.ncpu 2>/dev/null || echo 4)
161161
echo "JOBS:${JOBS}"
162-
cmake --build debug --config ${TD_CONFIG} -j${JOBS} "$@"
162+
cmake --build debug --config ${TD_CONFIG} -j${JOBS} --verbose "$@"
163163
}
164164

165165
do_test() {

0 commit comments

Comments
 (0)