This commit is contained in:
liuyq-617 2022-01-06 10:27:00 +08:00
parent d7fc6e17f9
commit 0d4169102c
1 changed files with 2 additions and 0 deletions

2
Jenkinsfile vendored
View File

@ -109,6 +109,8 @@ pipeline {
sh''' sh'''
cd ${WKC}/tests cd ${WKC}/tests
./test-all.sh b1fq ./test-all.sh b1fq
'''
sh'''
cd ${WKC}/debug cd ${WKC}/debug
ctest ctest
''' '''