From dbded329a4181438a51da38417d24e88e1682e94 Mon Sep 17 00:00:00 2001 From: rbaron Date: Wed, 29 Mar 2023 21:30:16 +0200 Subject: [PATCH] Build input sample as part of the CI --- .github/workflows/b-parasite.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.github/workflows/b-parasite.yml b/.github/workflows/b-parasite.yml index 95fcd42..7057230 100644 --- a/.github/workflows/b-parasite.yml +++ b/.github/workflows/b-parasite.yml @@ -37,6 +37,22 @@ jobs: revision: 2.0.0 output-bin: blinky_nrf52840.hex + build-input: + runs-on: ubuntu-latest + name: Build input + needs: + - lint + steps: + - name: Checkout + uses: actions/checkout@v3 + - name: Build input + uses: ./.github/actions/build + with: + sample-dir: code/nrf-connect/samples/input + board: bparasite_nrf52840 + revision: 2.0.0 + output-bin: input_nrf52840.hex + build-soil-read-loop: runs-on: ubuntu-latest name: Build soil_read_loop