From 4c5c189c47b0451a78128d58c1a30baa730e90a3 Mon Sep 17 00:00:00 2001 From: Mihail Stoyanov Date: Tue, 14 Jun 2016 02:52:04 +0100 Subject: [PATCH] Update circleci tests - config system location and add NRF51_DK to tested targets --- circle.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index f8aa602da3..963908af31 100644 --- a/circle.yml +++ b/circle.yml @@ -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: