Skip to content

Commit

Permalink
Update lint-cpp.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
StrikerRUS authored Dec 15, 2024
1 parent 3a5dbf3 commit 2655d11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/lint-cpp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e -E -u -o pipefail

echo "running include-what-you-use"
cmake -B build -S . -DCMAKE_C_INCLUDE_WHAT_YOU_USE=include-what-you-use -DCMAKE_CXX_INCLUDE_WHAT_YOU_USE=include-what-you-use
cmake --build build --target _lightgbm -j4 2>&1 | tee ./logs.txt | cat || exit true
cmake --build build --target _lightgbm -j4 2>&1 | tee ./logs.txt | cat || true
echo "done running include-what-you-use"

# echo "running cpplint"
Expand Down

0 comments on commit 2655d11

Please sign in to comment.