We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af8b157 commit 0dff22cCopy full SHA for 0dff22c
.github/silabs-builds.json
@@ -0,0 +1,8 @@
1
+{
2
+ "lighting-app": [
3
+ {
4
+ "boards": ["BRD4187C"],
5
+ "arguments": []
6
+ }
7
+ ]
8
+}
.github/workflows/lighting-app.yaml
@@ -0,0 +1,26 @@
+name: Build Lighting App
+
+on:
+ push:
+ branches:
+ - main
+ pull_request:
9
10
+ - "release_*"
11
12
+jobs:
13
+ build:
14
+ runs-on: ubuntu-latest
15
16
+ container:
17
+ image: ghcr.io/project-chip/chip-build-efr32:90
18
19
+ steps:
20
+ - name: Checkout
21
+ uses: actions/checkout@v4
22
23
+ - name: Checkout submodules & Bootstrap
24
+ uses: ./.github/actions/checkout-submodules-and-bootstrap
25
+ with:
26
+ platform: silabs_docker
0 commit comments