Skip to content

Commit

Permalink
Deleted demo build, added matrix build for samples
Browse files Browse the repository at this point in the history
  • Loading branch information
vChavezB committed May 30, 2024
1 parent a46c604 commit 0fd28db
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 39 deletions.
34 changes: 0 additions & 34 deletions .github/workflows/demo_build.yml

This file was deleted.

10 changes: 5 additions & 5 deletions .github/workflows/samples_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
container: ghcr.io/zephyrproject-rtos/ci:v0.26.2
env:
CMAKE_PREFIX_PATH: /opt/toolchains
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 @@ -28,7 +28,7 @@ jobs:
west init
west update -o=--depth=1 -n
- name: Build PoC
- name: Build
working-directory: /tmp/
run: |
west build $GITHUB_WORKSPACE/samples/read_pd -b $BOARD --build-dir $GITHUB_WORKSPACE/build
west build $GITHUB_WORKSPACE/samples/read_pd -b ${{ matrix.board }} --build-dir $GITHUB_WORKSPACE/build

0 comments on commit 0fd28db

Please sign in to comment.