Use bundled gtest (#4900)
* Suggest to use gtest bundled with dmlc * Use dmlc bundled gtest in all CI scripts * Make clang-tidy to use dmlc embedded gtest
This commit is contained in:
committed by
Philip Hyunsu Cho
parent
095de3bf5f
commit
80977182c5
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -116,7 +116,7 @@ def ClangTidy() {
|
||||
def docker_binary = "docker"
|
||||
def dockerArgs = "--build-arg CUDA_VERSION=9.2"
|
||||
sh """
|
||||
${dockerRun} ${container_type} ${docker_binary} ${dockerArgs} tests/ci_build/clang_tidy.sh
|
||||
${dockerRun} ${container_type} ${docker_binary} ${dockerArgs} python3 tests/ci_build/tidy.py
|
||||
"""
|
||||
deleteDir()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user