Skip to content

Commit 4ce8287

Browse files
author
Jussi Vatjus-Anttila
committed
activate armcc and IAR in CI
1 parent cd5c956 commit 4ce8287

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Jenkinsfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ def morpheusTargets = [
88

99
// Map morpheus toolchains to compiler labels on Jenkins
1010
def toolchains = [
11-
//ARM: "armcc",
12-
//IAR: "iar_arm",
11+
ARM: "armcc",
12+
IAR: "iar_arm",
1313
GCC_ARM: "arm-none-eabi-gcc"
1414
]
1515

1616
// Initial maps for parallel build steps
1717
def stepsForParallel = [:]
18-
18+
1919
// Jenkins pipeline does not support map.each, we need to use oldschool for loop
2020
for (int i = 0; i < morpheusTargets.size(); i++) {
2121
for(int j = 0; j < toolchains.size(); j++) {

0 commit comments

Comments
 (0)