Update Jenkinsfile

pull/2384/head
Mika Karjalainen 2016-08-25 16:49:51 +03:00 committed by GitHub
parent 6571f20e17
commit 9a5c1521e2
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -19,7 +19,7 @@ def parallelSteps = mbed.createParalleSteps("mbed-os", targets, toolchains)
// Run build steps parallel, map as paramater
stage "build all targets"
mbed.generalCompile(parallelSteps)
mbed.compile(parallelSteps)
// Run testapps, mbed-os commit hash or master as parameter
stage "run mbed-os testapps"