Skip to content

Commit bf80094

Browse files
committed
Updating circle.yml
1 parent b91995c commit bf80094

File tree

1 file changed

+15
-12
lines changed

1 file changed

+15
-12
lines changed

circle.yml

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,20 @@
11
test:
22
override:
3-
- cd ../testproject
4-
- python ../neo/neo.py compile -m K64F -t GCC_ARM -j 0 --source=mbed-os\TESTS\integration\basic
3+
- cd ../testproject && python ../neo/neo.py deploy
4+
- cd ../testproject && python ../neo/neo.py compile -m K64F -t GCC_ARM -j 0 --source=mbed-os/TESTS/integration/basic
5+
- cd ../testproject && python ../neo/neo.py compile -m LPC1768 -t GCC_ARM -j 0 --source=mbed-os/TESTS/integration/basic
6+
- cd ../testproject && python ../neo/neo.py compile -m NUCLEO_F401RE -t GCC_ARM -j 0 --source=mbed-os/TESTS/integration/basic
7+
- cd ../testproject && python ../neo/neo.py compile -m NRF51822 -t GCC_ARM -j 0 --source=mbed-os/TESTS/integration/basic
58

69
dependencies:
710
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
11+
- cd ../ && ls
12+
- cd ../ && git clone https://github.com/ARMmbed/neo.git
13+
- cd ../ && mkdir testproject
14+
- cd ../ && cp -r mbed-os testproject
15+
- cd ../testproject && git init
16+
- sudo add-apt-repository -y ppa:team-gcc-arm-embedded/ppa
17+
- sudo apt-get -y update
18+
- sudo apt-get -y install gcc-arm-embedded
19+
override:
20+
- cd ../testproject/mbed-os && pip install -r requirements.txt

0 commit comments

Comments
 (0)