Skip to content

Commit 4f30d61

Browse files
committed
Fix issue #206 (#207)
Added --tests parameter to build command
1 parent c6b51d7 commit 4f30d61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ try {
4848
dir("mbed-os") {
4949
checkout scm
5050
sh "mbed deploy --protocol ssh"
51-
sh "mbed compile -m ${target} -t ${toolchain} -c"
51+
sh "mbed compile --tests -m ${target} -t ${toolchain} -c"
5252
}
5353
}
5454
}

0 commit comments

Comments
 (0)