Skip to content

Commit 5023916

Browse files
committed
Add mbed compile testing with one of the tests coming with mbed-os
1 parent bdb4c26 commit 5023916

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

circle.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ test:
77
- cd ../tests && mbed new new-test
88
- cd ../tests/new-test && mbed ls
99
- cd ../tests/new-test/mbed-os/core && pip install -r requirements.txt
10+
- cd ../tests/new-test && mbed compile --source=. --source=mbed-os/TESTS/integration/basic -j 0
1011
- cd ../tests && mbed import https://github.com/ARMmbed/mbed-Client-example-temp git-test
1112
- cd ../tests/git-test && mbed update 2d9404a4f88db7de0e5a9ea2acdbca1aeacab9c4 --clean
1213
- cd ../tests/git-test && mbed update master --clean

0 commit comments

Comments
 (0)