File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change
1
+ test :
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
8
+
9
+ dependencies :
10
+ pre :
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