mirror of https://github.com/ARMmbed/mbed-os.git
Update circleci tests - config system location and add NRF51_DK to tested targets
parent
b03fbe4834
commit
4c5c189c47
|
@ -4,7 +4,8 @@ test:
|
|||
- 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 && export PYTHONPATH=$(readlink -f mbed-os) && python mbed-os/tools/test/config_test/config_test.py
|
||||
- cd ../testproject && mbed compile -m NRF51_DK -t GCC_ARM -j 0 --source=. --source=mbed-os/TESTS/integration/basic
|
||||
- cd ../testproject && export PYTHONPATH=$(readlink -f mbed-os) && python mbed-os/core/tools/test/config_test/config_test.py
|
||||
|
||||
dependencies:
|
||||
pre:
|
||||
|
|
Loading…
Reference in New Issue