mirror of https://github.com/ARMmbed/mbed-os.git
Jenkinsfile: remove client app test temporarily
This should be fixed as soon as client and its dependencies are updated to resolve conflicts there. We expect this to be reverted asap.pull/4294/head
parent
39a1b39ce1
commit
c674ee2290
|
@ -24,8 +24,7 @@ def parallelSteps = mbed.createParalleSteps("mbed-os", targets, toolchains)
|
|||
mbed.compile(parallelSteps)
|
||||
|
||||
def testApps = [
|
||||
"mbed-os-cliapp",
|
||||
"mbed-client-testapp"
|
||||
"mbed-os-cliapp"
|
||||
]
|
||||
|
||||
// buildTestApps accepts array of test application names and a mbed-os branch or PR reference as parameters
|
||||
|
|
Loading…
Reference in New Issue