Skip to content

Commit 94c285a

Browse files
asmellbyjhedberg
authored andcommitted
github: workflows: Build secure storage sample
Add Secure Storage sample to list of apps to build for xG24 and xG29. Signed-off-by: Aksel Skauge Mellbye <[email protected]>
1 parent 9b1319f commit 94c285a

File tree

4 files changed

+28
-0
lines changed

4 files changed

+28
-0
lines changed

.github/workflows/build.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-License-Identifier: Apache-2.0
2+
# Copyright (c) 2025 Silicon Laboratories Inc.
3+
14
name: Build
25

36
on:
@@ -63,6 +66,14 @@ jobs:
6366
-p xg29_rb4412a \
6467
-T zephyr-silabs/tests/crypto/
6568
69+
- name: Build Secure Storage samples
70+
shell: bash
71+
run: |
72+
west twister -v --inline-logs -K \
73+
-s sample.psa.its.secure_storage.entropy_driver \
74+
-p xg24_rb4187c \
75+
-p bg29_rb4420a
76+
6677
- name: Build Bluetooth samples
6778
shell: bash
6879
run: |

.github/workflows/compliance.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-License-Identifier: Apache-2.0
2+
# Copyright (c) 2025 Silicon Laboratories Inc.
3+
14
name: Compliance
25

36
on:

.github/workflows/do_not_merge.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-License-Identifier: Apache-2.0
2+
# Copyright (c) 2025 Silicon Laboratories Inc.
3+
14
name: Do Not Merge
25

36
on:

.github/workflows/upstream-build.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-License-Identifier: Apache-2.0
2+
# Copyright (c) 2025 Silicon Laboratories Inc.
3+
14
name: Silabs upstream daily build
25

36
on:
@@ -56,6 +59,14 @@ jobs:
5659
-s drivers.dma.chan_blen_transfer \
5760
-p siwx917_rb4338a
5861
62+
- name: Build Secure Storage samples
63+
shell: bash
64+
run: |
65+
west twister -v --inline-logs -K \
66+
-s sample.psa.its.secure_storage.entropy_driver \
67+
-p xg24_rb4187c \
68+
-p bg29_rb4420a
69+
5970
- name: Build Bluetooth samples
6071
shell: bash
6172
run: |

0 commit comments

Comments
 (0)