Skip to content

Commit

Permalink
Use correct path for GTest
Browse files Browse the repository at this point in the history
  • Loading branch information
hcho3 committed Jan 30, 2019
1 parent 01259b5 commit fa8d28a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def buildClangTidyJob() {
// Run clang-tidy job
sh """#!/bin/bash
source tests/ci_build/setup_cuda_path.sh
python3 tests/ci_build/tidy.py --gtest-path=${PWD}/gtest
python3 tests/ci_build/tidy.py --gtest-path=${WORKSPACE}/gtest
"""
}
}
Expand Down

0 comments on commit fa8d28a

Please sign in to comment.