mirror of https://github.com/ARMmbed/mbed-os.git
Revert "Update Jenkinsfile to support IAR and ARMCC"
parent
401fc8bae2
commit
038c9cca2d
|
@ -8,8 +8,8 @@ def morpheusTargets = [
|
||||||
|
|
||||||
// Map morpheus toolchains to compiler labels on Jenkins
|
// Map morpheus toolchains to compiler labels on Jenkins
|
||||||
def toolchains = [
|
def toolchains = [
|
||||||
ARM: "armcc",
|
//ARM: "armcc",
|
||||||
IAR: "iar_arm",
|
//IAR: "iar_arm",
|
||||||
GCC_ARM: "arm-none-eabi-gcc"
|
GCC_ARM: "arm-none-eabi-gcc"
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue