modify jenkins file so that ctest output more info
This commit is contained in:
parent
7a9cb795c5
commit
1729a7e3f2
|
@ -113,7 +113,7 @@ pipeline {
|
|||
'''
|
||||
sh'''
|
||||
cd ${WKC}/debug
|
||||
ctest
|
||||
ctest -VV
|
||||
'''
|
||||
}
|
||||
}
|
||||
|
|
|
@ -121,7 +121,7 @@ pipeline {
|
|||
pre_test()
|
||||
sh'''
|
||||
cd ${WKC}/debug
|
||||
ctest
|
||||
ctest -VV
|
||||
'''
|
||||
sh'''
|
||||
export LD_LIBRARY_PATH=${WKC}/debug/build/lib
|
||||
|
|
Loading…
Reference in New Issue