From ddc838dda870dc86f3a426cc5aa62bf490ae1596 Mon Sep 17 00:00:00 2001 From: Dhruva Gole Date: Sat, 3 Aug 2024 22:35:07 +0530 Subject: [PATCH] github: workflows: Avoid commenting WCharacter Also, add support for testing BCF with Analog input sample Signed-off-by: Dhruva Gole --- .github/workflows/build.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3d30661c..f485bf6e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 @@ -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: