Skip to content

Commit 09a8b04

Browse files
committed
Added CircleCI tests.
1 parent c9720aa commit 09a8b04

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed

circle.yml

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,56 @@ test:
1717
- cd .tests/bld-test/mbed && mbed update 85 --clean
1818
- cd .tests/bld-test && mbed update --clean
1919
- cd .tests/bld-test && mbed compile -m LPC1768 -j 0
20+
- cd .tests && mbed new supported-tests
21+
- |-
22+
cd .tests/supported-tests
23+
echo "Testing mbed-os-5.6.0"
24+
mbed update --clean "mbed-os-5.6.0"
25+
mbed compile -S
26+
mbed toolchain -S
27+
mbed target -S
28+
mbed export -S
29+
- |-
30+
cd .tests/supported-tests
31+
echo "Testing mbed-os-5.5.0"
32+
mbed update --clean "mbed-os-5.5.0"
33+
mbed compile -S
34+
mbed toolchain -S
35+
mbed target -S
36+
mbed export -S
37+
- |-
38+
cd .tests/supported-tests
39+
echo "Testing mbed-os-5.4.0"
40+
mbed update --clean "mbed-os-5.4.0"
41+
mbed compile -S
42+
mbed toolchain -S
43+
mbed target -S
44+
mbed export -S
45+
- |-
46+
cd .tests/supported-tests
47+
echo "Testing mbed-os-5.3.0"
48+
mbed update --clean "mbed-os-5.3.0"
49+
mbed compile -S
50+
mbed toolchain -S
51+
mbed target -S
52+
mbed export -S
53+
- |-
54+
cd .tests/supported-tests
55+
echo "Testing mbed-os-5.2.0"
56+
mbed update --clean "mbed-os-5.2.0"
57+
mbed compile -S
58+
mbed toolchain -S
59+
mbed target -S
60+
mbed export -S
61+
- |-
62+
cd .tests/supported-tests
63+
echo "Testing mbed-os-5.1.0"
64+
mbed update --clean "mbed-os-5.1.0"
65+
mbed compile -S
66+
mbed toolchain -S
67+
mbed target -S
68+
mbed export -S
69+
2070
2171
dependencies:
2272
pre:

0 commit comments

Comments
 (0)