updated README.md and bulid scripts

This commit is contained in:
2025-12-13 08:57:28 -06:00
parent ed320e3a64
commit d389d169b7
5 changed files with 38 additions and 2 deletions

View File

@@ -36,6 +36,9 @@ pipeline {
}
}
stage('grab_packages') {
steps { script { retryWithBackoff(2, 5) { sh 'grab_packages.cmd' } } }
}
stage('msys2_x86_64_shared') {
steps {
script { retryWithBackoff(2, 5) { bat 'scripts\\test_msys2.cmd shared "" x86_64' } }