George Djabarov / Mbed OS mbed-os-example-mesh-minimal
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'