Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
mkardous-silabs committed Dec 13, 2024
1 parent af8b157 commit 0dff22c
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/silabs-builds.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"lighting-app": [
{
"boards": ["BRD4187C"],
"arguments": []
}
]
}
26 changes: 26 additions & 0 deletions .github/workflows/lighting-app.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Build Lighting App

on:
push:
branches:
- main
pull_request:
branches:
- main
- "release_*"

jobs:
build:
runs-on: ubuntu-latest

container:
image: ghcr.io/project-chip/chip-build-efr32:90

steps:
- name: Checkout
uses: actions/checkout@v4

- name: Checkout submodules & Bootstrap
uses: ./.github/actions/checkout-submodules-and-bootstrap
with:
platform: silabs_docker

0 comments on commit 0dff22c

Please sign in to comment.