File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -12,25 +12,25 @@ jobs:
12
12
- name : Checkout
13
13
uses : actions/checkout@v2
14
14
with :
15
- path : modules/lib/Arduino-Zephyr-API
15
+ path : / modules/lib/Arduino-Zephyr-API
16
16
17
17
- name : Initialize
18
- working-directory : modules/lib/ Arduino-Zephyr-API
18
+ working-directory : Arduino-Zephyr-API
19
19
run : |
20
- west init -m https://github.com/zephyrproject-rtos/gsoc-2022- arduino-core.git
20
+ west init -m https://github.com/DhruvaG2000/ arduino-core-testing .git
21
21
west update
22
22
git clone https://github.com/arduino/ArduinoCore-API.git ArduinoCore-API
23
23
sed '/WCharacter.h/ s/./\/\/ &/' ArduinoCore-API/api/ArduinoAPI.h > ArduinoCore-API/api/tmpArduinoAPI.h
24
24
mv ArduinoCore-API/api/tmpArduinoAPI.h ArduinoCore-API/api/ArduinoAPI.h
25
25
cp -r /ArduinoCore-API/api /modules/lib/Arduino-Zephyr-API/cores/arduino/.
26
26
27
27
- name : Build firmware
28
- working-directory : modules/lib/ Arduino-Zephyr-API
28
+ working-directory : Arduino-Zephyr-API
29
29
run : |
30
30
west build -b arduino_nano_33_ble samples/blinky_arduino
31
31
32
32
- name : Archive firmware
33
33
uses : actions/upload-artifact@v2
34
34
with :
35
35
name : firmware
36
- path : modules/lib/Arduino-Zephyr-API/build/zephyr/zephyr.*
36
+ path : / modules/lib/Arduino-Zephyr-API/build/zephyr/zephyr.*
You can’t perform that action at this time.
0 commit comments