Skip to content

Commit 32ba7c3

Browse files
committed
add closure app to CI build
1 parent dbf991c commit 32ba7c3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/silabs-build-examples.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,13 @@ jobs:
114114
example-app: "onoff-plug-app"
115115
output-directory: "./out/onoff-plug-app"
116116

117+
build-closure-app:
118+
name: Build Closure-App variations
119+
uses: ./.github/workflows/silabs-common-build.yaml
120+
with:
121+
example-app: "closure-app"
122+
output-directory: "./out/closure-app"
123+
117124
build-tempalte-app:
118125
name: Build Template-App variations
119126
uses: ./.github/workflows/silabs-common-build.yaml

0 commit comments

Comments
 (0)