Skip to content

Commit 091193b

Browse files
committed
Add end-to-end tests:
* `mbed new` with mbed-os imported * `mbed import` for git, hg and bld examples
1 parent 1297332 commit 091193b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

circle.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
test:
22
override:
33
- py.test test
4+
- cd ../tests && mbed new new-test
5+
- cd ../tests && mbed import https://github.com/ARMmbed/mbed-Client-example-temp git-test
6+
- cd ../tests && mbed import https://developer.mbed.org/teams/Morpheus/code/mbed-Client-Morpheus-hg hg-test
7+
- cd ../tests && mbed import https://developer.mbed.org/users/samux/code/USBSerial_HelloWorld bld-test
48

59
dependencies:
610
pre:
711
- sudo pip install pytest
812
- git config --global user.email "[email protected]"
913
- git config --global user.name "Tester"
1014
- echo -e "[ui]\nusername = Tester <[email protected]>\n" > ~/.hgrc
15+
- cd ../ && mkdir tests

0 commit comments

Comments
 (0)