Update circleci tests - config system location and add NRF51_DK to tested targets

Mihail Stoyanov 2016-06-14 02:52:04 +01:00
parent b03fbe4834
commit 4c5c189c47
1 changed files with 2 additions and 1 deletions

View File

@ -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: