Skip to content

Commit

Permalink
Just inline it
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Oct 8, 2024
1 parent 8c2a872 commit f34ce1b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ci/clang_tidy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,5 @@ set -u
RAPIDS_VERSION_MAJOR_MINOR="$(rapids-version-major-minor)"

# Run the build via CMake, which will run clang-tidy when CUDF_CLANG_TIDY is enabled.
export CUDF_ROOT="${PWD}/cpp/build"
cmake -S cpp -B "${CUDF_ROOT}" -DCMAKE_BUILD_TYPE=Release -DCUDF_CLANG_TIDY=ON -GNinja
cmake --build "${CUDF_ROOT}"
cmake -S cpp -B cpp/build -DCMAKE_BUILD_TYPE=Release -DCUDF_CLANG_TIDY=ON -GNinja
cmake --build cpp/build

0 comments on commit f34ce1b

Please sign in to comment.