Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: Jenkinsfile
- Revision:
- 101:eaeb5760ee04
- Parent:
- 79:4425f61286a3
- Child:
- 102:77951b775883
diff -r 1d31481a6f93 -r eaeb5760ee04 Jenkinsfile
--- a/Jenkinsfile Wed Aug 29 08:00:08 2018 +0100
+++ b/Jenkinsfile Fri Aug 31 13:30:07 2018 +0100
@@ -169,7 +169,8 @@
}
}
}
-
+ execute ("mbed add mcr20a-rf-driver")
+ execute ("mbed add atmel-rf-driver")
execute ("mbed compile --build out/${target}_${toolchain}_${radioShield}_${meshInterface}/ -m ${target} -t ${toolchain} -c --app-config ${config_file}")
}
stash name: "${target}_${toolchain}_${radioShield}_${meshInterface}", includes: '**/mbed-os-example-mesh-minimal.bin'