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