File tree Expand file tree Collapse file tree 1 file changed +19
-4
lines changed Expand file tree Collapse file tree 1 file changed +19
-4
lines changed Original file line number Diff line number Diff line change @@ -15,21 +15,36 @@ commands:
15
15
working_directory : << parameters.working_directory >>
16
16
command : python -m coverage run setup.py test
17
17
install_mbed_os_tools :
18
- description : " Install mbed-os-tools for legacy package testing "
18
+ description : " Install all tools "
19
19
steps :
20
20
- run :
21
21
name : " Install mbed-os-tools for legacy package testing"
22
22
command : pip install --user .
23
+ - run :
24
+ name : " Install legacy mbed-ls"
25
+ working_directory : legacy/mbed-ls
26
+ command : pip install --user .
27
+ - run :
28
+ name : " Install legacy mbed-host-tests"
29
+ working_directory : legacy/mbed-host-tests
30
+ command : pip install --user .
31
+ - run :
32
+ name : " Install legacy mbed-greentea"
33
+ working_directory : legacy/mbed-greentea
34
+ command : pip install --user .
23
35
setup_and_run_tests :
24
36
steps :
25
37
- checkout
26
38
- run_tests :
27
39
working_directory : .
28
- - install_mbed_os_tools
29
- - run_tests :
30
- working_directory : legacy/mbed-greentea
40
+ - install_all_tools
31
41
- run_tests :
32
42
working_directory : legacy/mbed-ls
43
+ - run_tests :
44
+ working_directory : legacy/mbed-host-tests
45
+ - run_tests :
46
+ working_directory : legacy/mbed-greentea
47
+
33
48
enforce_style :
34
49
steps :
35
50
- checkout
You can’t perform that action at this time.
0 commit comments