File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 2
2
override :
3
3
- cd ../testproject && mbed deploy
4
4
- cd ../testproject && mbed compile -m K64F -t GCC_ARM -j 0 --source=. --source=mbed-os/TESTS/integration/basic
5
+ - cd ../testproject && mbed compile -m K64F -t GCC_ARM -j 0 --tests
5
6
- cd ../testproject && mbed compile -m LPC1768 -t GCC_ARM -j 0 --source=. --source=mbed-os/TESTS/integration/basic
6
7
- cd ../testproject && mbed compile -m NUCLEO_F401RE -t GCC_ARM -j 0 --source=. --source=mbed-os/TESTS/integration/basic
7
8
- cd ../testproject && mbed compile -m NRF51822 -t GCC_ARM -j 0 --source=. --source=mbed-os/TESTS/integration/basic
@@ -18,4 +19,4 @@ dependencies:
18
19
- sudo apt-get -y update
19
20
- sudo apt-get -y install gcc-arm-none-eabi=4.9.3.2015q3-1precise1
20
21
override :
21
- - cd ../testproject/mbed-os && pip install -r requirements.txt
22
+ - cd ../testproject/mbed-os && pip install -r requirements.txt
You can’t perform that action at this time.
0 commit comments