Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mykrupp committed Oct 1, 2024
1 parent 57299ea commit 539aef8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/full-build.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: PR Build
name: Full Build

on:
push:
Expand Down Expand Up @@ -51,6 +51,7 @@ jobs:
app: ${{ matrix.app }}
board: ${{ matrix.board }}
suffix: ${{ matrix.suffix }}
family: efr32

siwx917:
strategy:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/generate-and-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ jobs:
- name: Build
run: |
echo $ARM_GCC_DIR
echo ${{ steps.arm-none-eabi-gcc-action.outputs.path }}/..
export POST_BUILD_EXE=/opt/silabs/simplicity-commander/commander/commander
make all -C ${MATTER_EXTN_ROOT}/${{ inputs.board }}/${{ inputs.app }}-${{ inputs.suffix }} -f ${{ inputs.app }}-${{ inputs.suffix }}.Makefile -j8
Expand Down

0 comments on commit 539aef8

Please sign in to comment.