提交 cc1582e6 编写于 作者: T tangfangzhi

add windows ctest to ci

上级 5a440452
...@@ -248,6 +248,15 @@ def pre_test_build_win() { ...@@ -248,6 +248,15 @@ def pre_test_build_win() {
''' '''
return 1 return 1
} }
def run_win_test() {
bat '''
echo "windows ctest ..."
time /t
cd C:\\workspace\\%EXECUTOR_NUMBER%\\TDinternal\\debug
ctest -j 6 || exit 7
time /t
'''
}
pipeline { pipeline {
agent none agent none
...@@ -266,6 +275,7 @@ pipeline { ...@@ -266,6 +275,7 @@ pipeline {
steps { steps {
pre_test_win() pre_test_win()
pre_test_build_win() pre_test_build_win()
run_win_test()
} }
} }
stage('linux test') { stage('linux test') {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册