Skip to content

Commit

Permalink
github: workflows: Avoid commenting WCharacter
Browse files Browse the repository at this point in the history
Also, add support for testing BCF with Analog input sample

Signed-off-by: Dhruva Gole <d-gole@ti.com>
  • Loading branch information
DhruvaG2000 committed Aug 6, 2024
1 parent a9ebad0 commit c199921
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ jobs:
west init -m https://github.com/zephyrproject-rtos/gsoc-2022-arduino-core.git
west update
git clone https://github.com/arduino/ArduinoCore-API.git ArduinoCore-API
sed '/WCharacter.h/ s/./\/\/ &/' ArduinoCore-API/api/ArduinoAPI.h > ArduinoCore-API/api/tmpArduinoAPI.h
mv ArduinoCore-API/api/tmpArduinoAPI.h ArduinoCore-API/api/ArduinoAPI.h
cp -r ArduinoCore-API/api modules/lib/Arduino-Zephyr-API/cores/arduino/.
- name: Build fade
Expand All @@ -34,6 +32,11 @@ jobs:
run: |
west build -p -b arduino_nano_33_ble_sense samples/i2cdemo
- name: Build adc
working-directory: Arduino-Zephyr-API
run: |
west build -p -b beagleconnect_freedom samples/analog_input
- name: Archive firmware
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit c199921

Please sign in to comment.