Skip to content

Commit

Permalink
add build action
Browse files Browse the repository at this point in the history
  • Loading branch information
mykrupp committed Sep 9, 2024
1 parent 8f51f19 commit 57d5987
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Build Examples

on:
push:
pull_request:

jobs:
thread_build:
name: EFR32 Thread

runs-on: silabs-internal

steps:
- name: Checkout
uses: actions/checkout@v4
with:
repository: SiliconLabsSoftware/matter-extension
submodules: 'true'
token: ${{ secrets.GITHUB_TOKEN }}

- name: Build
run: ./slc/build.sh slc/sample-app/lighting-app/efr32/lighting-app-thread.slcp brd4187c

0 comments on commit 57d5987

Please sign in to comment.