Skip to content

Commit f239bf5

Browse files
authored
add echo
1 parent 76d5ecf commit f239bf5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ci/do_ci.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ if [[ "${CXX}" == "/usr/bin/clang++" ]]; then
6666
IWYU="-DCMAKE_CXX_INCLUDE_WHAT_YOU_USE=iwyu"
6767
fi
6868

69+
echo "make command: ${MAKE_COMMAND}"
70+
echo "IWYU option: ${IWYU}"
71+
6972
BAZEL_OPTIONS_DEFAULT="--copt=-DENABLE_LOGS_PREVIEW --copt=-DENABLE_TEST --copt=-DENABLE_METRICS_EXEMPLAR_PREVIEW"
7073
BAZEL_OPTIONS="--cxxopt=-std=c++14 $BAZEL_OPTIONS_DEFAULT"
7174

0 commit comments

Comments
 (0)