enh: add windows build test to ci

This commit is contained in:
tangfangzhi 2022-05-18 14:46:30 +08:00
parent 4d8867d9c0
commit 0c24651319
1 changed files with 7 additions and 0 deletions

View File

@ -226,6 +226,13 @@ pipeline {
stages {
stage('run test') {
parallel {
stage('windows test') {
agent{label " windows10_01 || windows10_02 || windows10_03 || windows10_04 "}
steps {
pre_test_win()
pre_test_build_win()
}
}
stage('linux test') {
agent{label " slave3_0 || slave15 || slave16 || slave17 "}
options { skipDefaultCheckout() }