mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #143 from 0xc0170/dev_add_test_job
Circle - add building tests for k64f
commit
ee90da1149
|
@ -2,6 +2,7 @@ test:
|
|||
override:
|
||||
- cd ../testproject && mbed deploy
|
||||
- cd ../testproject && mbed compile -m K64F -t GCC_ARM -j 0 --source=. --source=mbed-os/TESTS/integration/basic
|
||||
- cd ../testproject && mbed compile -m K64F -t GCC_ARM -j 0 --tests
|
||||
- cd ../testproject && mbed compile -m LPC1768 -t GCC_ARM -j 0 --source=. --source=mbed-os/TESTS/integration/basic
|
||||
- cd ../testproject && mbed compile -m NUCLEO_F401RE -t GCC_ARM -j 0 --source=. --source=mbed-os/TESTS/integration/basic
|
||||
- cd ../testproject && mbed compile -m NRF51822 -t GCC_ARM -j 0 --source=. --source=mbed-os/TESTS/integration/basic
|
||||
|
|
Loading…
Reference in New Issue