File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -25,16 +25,17 @@ jobs:
25
25
- name : Initialize
26
26
working-directory : Arduino-Zephyr-API-cloned
27
27
run : |
28
- echo ls /home/runner/work/gsoc-2022-arduino-core/gsoc-2022-arduino-core
29
- tree /home/runner/work/gsoc-2022-arduino-core/gsoc-2022-arduino-core
30
- west init -m https://github.com/zephyrproject-rtos /gsoc-2022-arduino-core.git
28
+ echo ls tree....
29
+ tree /home/runner/work/gsoc-2022-arduino-core/gsoc-2022-arduino-core/Arduino-Zephyr-API-cloned
30
+ cp /home/runner/work/gsoc-2022-arduino-core/gsoc-2022-arduino-core/Arduino-Zephyr-API-cloned/west-hack /home/runner/work/gsoc-2022-arduino-core /gsoc-2022-arduino-core/zephyr/west.yml
31
31
west update
32
32
git clone https://github.com/arduino/ArduinoCore-API.git ArduinoCore-API
33
33
cp -r ArduinoCore-API/api modules/lib/Arduino-Zephyr-API/cores/arduino/.
34
34
35
35
- name : Build fade
36
- working-directory : Arduino-Zephyr-API-cloned
36
+ working-directory : Arduino-Zephyr-API
37
37
run : |
38
+ cd /home/runner/work/gsoc-2022-arduino-core/gsoc-2022-arduino-core/modules/lib/Arduino-Zephyr-API
38
39
west build -p -b arduino_nano_33_ble_sense samples/fade
39
40
40
41
- name : Build i2cdemo
You can’t perform that action at this time.
0 commit comments