Added --tests parameter to build command
Mika Karjalainen 2016-06-06 13:06:38 +03:00
parent c6b51d7fe3
commit 4f30d61c89
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -48,7 +48,7 @@ try {
dir("mbed-os") { dir("mbed-os") {
checkout scm checkout scm
sh "mbed deploy --protocol ssh" sh "mbed deploy --protocol ssh"
sh "mbed compile -m ${target} -t ${toolchain} -c" sh "mbed compile --tests -m ${target} -t ${toolchain} -c"
} }
} }
} }