Skip to content

Commit 34861ac

Browse files
jorgenmksimensrostad
authored andcommitted
build: Add nrf9151dk with modem trace
Add nrf9151dk with modem trace. Limit trace builds to 'build_all' flag. Signed-off-by: Jorgen Kvalvaag <[email protected]>
1 parent b07dda9 commit 34861ac

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/build.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,13 +229,24 @@ jobs:
229229
mqtt: true
230230

231231
- name: Build thingy91x with modem trace on uart
232+
if: ${{ inputs.build_all }}
232233
uses: ./asset-tracker-template/.github/actions/build-step
233234
with:
234235
board: thingy91x/nrf9151/ns
235236
short_board: thingy91x
236237
modem_trace: true
237238
version: ${{ env.VERSION }}-mtrace
238239
path: asset-tracker-template/app
240+
241+
- name: Build nrf9151dk with modem trace on uart
242+
if: ${{ inputs.build_all }}
243+
uses: ./asset-tracker-template/.github/actions/build-step
244+
with:
245+
board: nrf9151dk/nrf9151/ns
246+
short_board: nrf9151dk
247+
modem_trace: true
248+
version: ${{ env.VERSION }}-mtrace
249+
path: asset-tracker-template/app
239250

240251
- name: Upload artifacts
241252
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)