Skip to content

Commit 2f398e8

Browse files
Qinghao ShiQinghao Shi
authored andcommitted
test
1 parent 7eb0e56 commit 2f398e8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ jobs:
1616
git clone https://github.com/ARMmbed/mbed-os.git
1717
mkdir BUILD
1818
- run:
19-
working_directory: ~/mbed-os-example-ble
19+
working_directory: mbed-os-example-ble
2020
command: pwd;ls -al;ls .. -al
2121
- run:
22-
working_directory: ~/mbed-os-example-ble
22+
working_directory: mbed-os-example-ble
2323
command: for i in BLE_* ; do cd $i ; ln -s $PWD/../mbed-os mbed-os ; ln -s $PWD/../BUILD BUILD ; mbed update ; cd .. ; done
2424
- run:
25-
working_directory: ~/mbed-os-example-ble
25+
working_directory: mbed-os-example-ble
2626
command: for i in BLE_* ; do cd $i ; mbed compile -t GCC_ARM -m NRF52840_DK || break ; cd .. ; done
2727
- run:
28-
working_directory: ~/mbed-os-example-ble
28+
working_directory: mbed-os-example-ble
2929
command: for i in BLE_* ; do cd $i ; mbed compile -t GCC_ARM -m DISCO_L475VG_IOT01A || break ; cd .. ; done
3030

0 commit comments

Comments
 (0)