File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ commands:
72
72
command : |
73
73
echo $PATH
74
74
ls -l /opt/gcc-arm-none-eabi-5_3-2016q1/bin
75
- mbed compile --source=. --source=mbed-os/TESTS/mbed_drivers/generic_tests -j 0
75
+ mbed compile --source=. --source=mbed-os/drivers/tests/ TESTS/mbed_drivers/generic_tests -j 0
76
76
mbed test --compile -n mbed-os-tests-mbed_drivers-generic_tests -j 0
77
77
run_old_support_tests :
78
78
steps :
Original file line number Diff line number Diff line change 53
53
54
54
55
55
# Application version
56
- ver = '1.10.4 '
56
+ ver = '1.10.5 '
57
57
58
58
# Default paths to Mercurial and Git
59
59
hg_cmd = 'hg'
Original file line number Diff line number Diff line change 1
1
pyserial >= 3.0 ,< 4.0
2
- mbed-os-tools >= 0.0.9 , < 0.1.0
2
+ mbed-os-tools >= 0.0.9
Original file line number Diff line number Diff line change 15
15
from setuptools import find_packages
16
16
17
17
NAME = 'mbed-cli'
18
- __version__ = '1.10.4 '
18
+ __version__ = '1.10.5 '
19
19
20
20
repository_dir = os .path .dirname (__file__ )
21
21
You can’t perform that action at this time.
0 commit comments