mbed-os-examples / Mbed OS nanostack-border-router-mbed5
Revision:
39:3fdf04de1d41
Parent:
31:11a6bfef0d31
Child:
43:49df70842a8a
--- a/Jenkinsfile	Fri Oct 27 10:45:33 2017 +0100
+++ b/Jenkinsfile	Mon Oct 30 11:45:31 2017 +0000
@@ -21,8 +21,9 @@
 // Map toolchains to compilers
 def toolchains = [
   ARM: "armcc",
+  ARMC6: "armc6",
   GCC_ARM: "arm-none-eabi-gcc",
-  IAR: "iar_arm"
+  IAR: "IAR8"
   ]
 
 // Configurations
@@ -76,7 +77,7 @@
               }
             }
           }
-          execute("mbed compile --build out/${configurationLabel}/${target}/${compilerLabel}/ -m ${target} -t ${toolchain} --app-config ./configs/${configurationFile}")
+          execute("mbed compile --build out/${configurationLabel}/${target}/${toolchain}/ -m ${target} -t ${toolchain} --app-config ./configs/${configurationFile}")
         }
         archive '**/nanostack-border-router.bin'
       }