there is backup sku sku backup
Dependencies: driver_mbed_TH02
Diff: Jenkinsfile
- Revision:
- 38:315a26cd0165
- Parent:
- 35:462743fb571e
- Child:
- 39:e4cd45fbd4f3
diff -r 5bc348e90af0 -r 315a26cd0165 Jenkinsfile --- a/Jenkinsfile Tue Sep 11 07:45:19 2018 +0100 +++ b/Jenkinsfile Mon Sep 17 08:15:20 2018 +0100 @@ -40,8 +40,8 @@ def toolchains = [ ARM: "armcc", GCC_ARM: "arm-none-eabi-gcc", - IAR: "iar_arm" - //ARMC6: "arm6" + IAR: "iar_arm", + ARMC6: "arm6" ] def stepsForParallel = [:]