mirror of https://github.com/ARMmbed/mbed-os.git
Update Jenkinsfile
parent
6571f20e17
commit
9a5c1521e2
|
@ -19,7 +19,7 @@ def parallelSteps = mbed.createParalleSteps("mbed-os", targets, toolchains)
|
||||||
|
|
||||||
// Run build steps parallel, map as paramater
|
// Run build steps parallel, map as paramater
|
||||||
stage "build all targets"
|
stage "build all targets"
|
||||||
mbed.generalCompile(parallelSteps)
|
mbed.compile(parallelSteps)
|
||||||
|
|
||||||
// Run testapps, mbed-os commit hash or master as parameter
|
// Run testapps, mbed-os commit hash or master as parameter
|
||||||
stage "run mbed-os testapps"
|
stage "run mbed-os testapps"
|
||||||
|
|
Loading…
Reference in New Issue