We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6571f20 commit 9a5c152Copy full SHA for 9a5c152
Jenkinsfile
@@ -19,7 +19,7 @@ def parallelSteps = mbed.createParalleSteps("mbed-os", targets, toolchains)
19
20
// Run build steps parallel, map as paramater
21
stage "build all targets"
22
-mbed.generalCompile(parallelSteps)
+mbed.compile(parallelSteps)
23
24
// Run testapps, mbed-os commit hash or master as parameter
25
stage "run mbed-os testapps"
0 commit comments