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