File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,15 +16,15 @@ jobs:
16
16
git clone https://github.com/ARMmbed/mbed-os.git
17
17
mkdir BUILD
18
18
- run :
19
- working_directory : ~/ mbed-os-example-ble
19
+ working_directory : mbed-os-example-ble
20
20
command : pwd;ls -al;ls .. -al
21
21
- run :
22
- working_directory : ~/ mbed-os-example-ble
22
+ working_directory : mbed-os-example-ble
23
23
command : for i in BLE_* ; do cd $i ; ln -s $PWD/../mbed-os mbed-os ; ln -s $PWD/../BUILD BUILD ; mbed update ; cd .. ; done
24
24
- run :
25
- working_directory : ~/ mbed-os-example-ble
25
+ working_directory : mbed-os-example-ble
26
26
command : for i in BLE_* ; do cd $i ; mbed compile -t GCC_ARM -m NRF52840_DK || break ; cd .. ; done
27
27
- run :
28
- working_directory : ~/ mbed-os-example-ble
28
+ working_directory : mbed-os-example-ble
29
29
command : for i in BLE_* ; do cd $i ; mbed compile -t GCC_ARM -m DISCO_L475VG_IOT01A || break ; cd .. ; done
30
30
You can’t perform that action at this time.
0 commit comments