modify jenkins file so that ctest output more info

This commit is contained in:
slzhou 2022-04-25 07:56:01 +08:00
parent 7a9cb795c5
commit 1729a7e3f2
2 changed files with 2 additions and 2 deletions

2
Jenkinsfile vendored
View File

@ -113,7 +113,7 @@ pipeline {
'''
sh'''
cd ${WKC}/debug
ctest
ctest -VV
'''
}
}

View File

@ -121,7 +121,7 @@ pipeline {
pre_test()
sh'''
cd ${WKC}/debug
ctest
ctest -VV
'''
sh'''
export LD_LIBRARY_PATH=${WKC}/debug/build/lib