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:
- 102:77951b775883
- Parent:
- 101:eaeb5760ee04
- Child:
- 103:9982165eb577
--- a/Jenkinsfile Fri Aug 31 13:30:07 2018 +0100
+++ b/Jenkinsfile Mon Sep 03 08:45:15 2018 +0100
@@ -171,6 +171,7 @@
}
execute ("mbed add mcr20a-rf-driver")
execute ("mbed add atmel-rf-driver")
+ execute ("mbed add sd-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'