Skip to content

Commit

Permalink
Add lighting app to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jimlyall-q committed Mar 11, 2021
1 parent 23428fa commit 92cc966
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/examples-qpg6100.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ jobs:
- name: Build example QPG6100 Lock App
run: scripts/examples/gn_build_example.sh
examples/lock-app/qpg6100 out/lock_app_debug
- name: Build example QPG6100 Lighting App
run: scripts/examples/gn_build_example.sh
examples/lighting-app/qpg6100 out/lighting_app_debug
- name: Binary artifact suffix
id: outsuffix
uses: haya14busa/action-cond@v1.0.0
Expand All @@ -62,6 +65,7 @@ jobs:
steps.outsuffix.outputs.value }}
path: |
out/lock_app_debug/chip-qpg6100-lock-example.out
out/lighting_app_debug/chip-qpg6100-lighting-example.out
- name: Remove third_party binaries for CodeQL Analysis
run: find out -type d -name "third_party" -exec rm -rf {} +
- name: Perform CodeQL Analysis
Expand Down

0 comments on commit 92cc966

Please sign in to comment.