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:
- 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'
       }