File tree Expand file tree Collapse file tree 1 file changed +15
-12
lines changed Expand file tree Collapse file tree 1 file changed +15
-12
lines changed Original file line number Diff line number Diff line change 1
1
test :
2
2
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
5
8
6
9
dependencies :
7
10
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
You can’t perform that action at this time.
0 commit comments