"git@developer.sourcefind.cn:wangsen/mineru.git" did not exist on "788b73d5bef1e4d4b18063843e5975a712e27fcd"
Commit 04600f17 authored by Paul's avatar Paul
Browse files

Report issues from static analysis

parent f28a62ea
...@@ -143,6 +143,7 @@ rocmtest tidy: rocmnode('rocmtest') { cmake_build -> ...@@ -143,6 +143,7 @@ rocmtest tidy: rocmnode('rocmtest') { cmake_build ->
CXX=/opt/rocm/llvm/bin/clang++ cmake .. CXX=/opt/rocm/llvm/bin/clang++ cmake ..
make -j$(nproc) -k analyze make -j$(nproc) -k analyze
''' '''
recordIssues aggregatingResults: true, enabledForFailure: true, tools: [cmake(), clangTidy(), cppCheck(), clang(), gcc(), sphinxBuild()]
} }
}, gcc5: rocmnode('rocmtest') { cmake_build -> }, gcc5: rocmnode('rocmtest') { cmake_build ->
stage('GCC 5 Debug') { stage('GCC 5 Debug') {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment