commit | 2d17771f8d47ab334f0f4677b8a3fe578618ef7b | [log] [tgz] |
---|---|---|
author | Jonatan Antoni <jonatan.antoni@arm.com> | Wed Apr 06 17:59:41 2022 +0200 |
committer | GitHub <noreply@github.com> | Wed Apr 06 17:59:41 2022 +0200 |
tree | 18faac986d4f043c7469f79c261433e6067b6c8c | |
parent | 00a6cfe33c355bc268e8df8c299243bfc89da372 [diff] [blame] |
Add script to fetch PackChk/SVDConv from their release location.
diff --git a/Jenkinsfile b/Jenkinsfile index 375bf37..be71d42 100644 --- a/Jenkinsfile +++ b/Jenkinsfile
@@ -313,6 +313,7 @@ } steps { checkoutScmWithRetry(3) + sh('./CMSIS/Utilities/fetch_devtools.sh') sh('./CMSIS/RTOS/RTX/LIB/fetch_libs.sh') sh('./CMSIS/RTOS2/RTX/Library/fetch_libs.sh')