File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 1
1
test :
2
2
override :
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
3
+ - cd ../testproject && mbed deploy
4
+ - cd ../testproject && mbed compile -m K64F -t GCC_ARM -j 0 --source=mbed-os/TESTS/integration/basic
5
+ - cd ../testproject && mbed compile -m LPC1768 -t GCC_ARM -j 0 --source=mbed-os/TESTS/integration/basic
6
+ - cd ../testproject && mbed compile -m NUCLEO_F401RE -t GCC_ARM -j 0 --source=mbed-os/TESTS/integration/basic
7
+ - cd ../testproject && mbed compile -m NRF51822 -t GCC_ARM -j 0 --source=mbed-os/TESTS/integration/basic
8
8
9
9
dependencies :
10
10
pre :
11
11
- cd ../ && ls
12
- - cd ../ && git clone https://github.com/ARMmbed/neo.git
12
+ - cd ../ && git clone https://github.com/ARMmbed/mbed-cli.git
13
+ - cd ../mbed-cli && pip install -e .
13
14
- cd ../ && mkdir testproject
14
15
- cd ../ && cp -r mbed-os testproject
15
16
- cd ../testproject && git init
You can’t perform that action at this time.
0 commit comments