fix build
This commit is contained in:
@@ -39,13 +39,13 @@ pipeline {
|
|||||||
|
|
||||||
stage('msys2') {
|
stage('msys2') {
|
||||||
steps {
|
steps {
|
||||||
script { retryWithBackoff(2, 5) { sh 'scripts\\make_win32.cmd' } }
|
script { retryWithBackoff(2, 5) { bat 'scripts\\make_win32.cmd' } }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
stage('msys2_test') {
|
stage('msys2_test') {
|
||||||
steps {
|
steps {
|
||||||
script { retryWithBackoff(2, 5) { sh 'scripts\\run_tests.cmd' } }
|
script { retryWithBackoff(2, 5) { bat 'scripts\\run_tests.cmd' } }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user