George Djabarov / Mbed OS mbed-os-example-mesh-minimal
Revision:
101:eaeb5760ee04
Parent:
79:4425f61286a3
Child:
102:77951b775883
--- 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'