Revert "Update Jenkinsfile to support IAR and ARMCC"

Mihail Stoyanov 2016-06-13 18:55:18 +01:00 committed by GitHub
parent 401fc8bae2
commit 038c9cca2d
1 changed files with 3 additions and 3 deletions

4
Jenkinsfile vendored
View File

@ -8,8 +8,8 @@ def morpheusTargets = [
// Map morpheus toolchains to compiler labels on Jenkins
def toolchains = [
ARM: "armcc",
IAR: "iar_arm",
//ARM: "armcc",
//IAR: "iar_arm",
GCC_ARM: "arm-none-eabi-gcc"
]