Skip to content

Commit

Permalink
matrix for board build
Browse files Browse the repository at this point in the history
  • Loading branch information
vChavezB authored May 24, 2024
1 parent 0f6cf33 commit 4333169
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
ZEPHYR_VERSION: v3.6-branch
# Board to use with renode
BOARD: nrf52833dk_nrf52833
strategy:
matrix:
board: ["esp32","nrf52833dk_nrf52833"]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -27,8 +30,7 @@ jobs:
cd /tmp/
west init
west update -o=--depth=1 -n
- name: Build PoC
working-directory: /tmp/
run: |
west build $GITHUB_WORKSPACE/samples/ifm_sample_app -b $BOARD --build-dir $GITHUB_WORKSPACE/build
west build $GITHUB_WORKSPACE/samples/demo -b ${{ matrix.board }} --build-dir $GITHUB_WORKSPACE/build

0 comments on commit 4333169

Please sign in to comment.