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:
- 103:9982165eb577
- Parent:
- 102:77951b775883
- Child:
- 105:0b691b27144a
--- a/Jenkinsfile Mon Sep 03 08:45:15 2018 +0100
+++ b/Jenkinsfile Fri Sep 07 15:45:10 2018 +0100
@@ -169,9 +169,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'