Skip to content

Commit 1add211

Browse files
committed
Adding Circle CI config
1 parent 7996649 commit 1add211

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

circle.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
test:
2+
override:
3+
- cd ../testproject
4+
- python ../neo/neo.py compile -m K64F -t GCC_ARM -j 0 --source=mbed-os\TESTS\integration\basic
5+
6+
dependencies:
7+
pre:
8+
- cd ../
9+
- ls
10+
- git clone https://github.com/ARMmbed/neo.git
11+
- mkdir testproject
12+
- mv mbed-os testproject
13+
- cd testproject
14+
- git init
15+
- sudo add-apt-repository ppa:team-gcc-arm-embedded/ppa
16+
- sudo apt-get update
17+
- sudo apt-get install gcc-arm-embedded

0 commit comments

Comments
 (0)