Skip to content

Commit c199921

Browse files
committed
github: workflows: Avoid commenting WCharacter
Also, add support for testing BCF with Analog input sample Signed-off-by: Dhruva Gole <[email protected]>
1 parent a9ebad0 commit c199921

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/build.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ jobs:
2020
west init -m https://github.com/zephyrproject-rtos/gsoc-2022-arduino-core.git
2121
west update
2222
git clone https://github.com/arduino/ArduinoCore-API.git ArduinoCore-API
23-
sed '/WCharacter.h/ s/./\/\/ &/' ArduinoCore-API/api/ArduinoAPI.h > ArduinoCore-API/api/tmpArduinoAPI.h
24-
mv ArduinoCore-API/api/tmpArduinoAPI.h ArduinoCore-API/api/ArduinoAPI.h
2523
cp -r ArduinoCore-API/api modules/lib/Arduino-Zephyr-API/cores/arduino/.
2624
2725
- name: Build fade
@@ -34,6 +32,11 @@ jobs:
3432
run: |
3533
west build -p -b arduino_nano_33_ble_sense samples/i2cdemo
3634
35+
- name: Build adc
36+
working-directory: Arduino-Zephyr-API
37+
run: |
38+
west build -p -b beagleconnect_freedom samples/analog_input
39+
3740
- name: Archive firmware
3841
uses: actions/upload-artifact@v2
3942
with:

0 commit comments

Comments
 (0)