updated README.md and bulid scripts
This commit is contained in:
@@ -37,6 +37,9 @@ pipeline {
|
||||
}
|
||||
}
|
||||
|
||||
stage('grab_packages') {
|
||||
steps { script { retryWithBackoff(2, 5) { sh 'grab_packages.sh' } } }
|
||||
}
|
||||
stage('win32_shared') {
|
||||
steps { script { retryWithBackoff(2, 5) { sh 'scripts/test_win32.sh shared' } } }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user