Skip to content

Commit 4e06bf7

Browse files
ci: Add 93m1 support
Add nRF93m1dk to the build matrix and update the application configuration to include the new platform. Signed-off-by: Syver Haraldsen <syver.haraldsen@nordicsemi.no>
1 parent 983d7bc commit 4e06bf7

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
include:
2626
- app: 91m1
2727
board: nrf54l15dk/nrf54l15/cpuapp/ns
28+
- app: 93m1
29+
board: nrf93m1dk/nrf54l15/cpuapp/ns
2830
name: Build ${{ matrix.app }} (${{ matrix.board }})
2931
steps:
3032
- name: Checkout

.github/workflows/sonarcloud.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,16 @@ jobs:
5555
uses: SonarSource/sonarqube-scan-action/install-build-wrapper@299e4b793aaa83bf2aba7c9c14bedbb485688ec4 # v7.1.0
5656

5757
- name: Build with build wrapper
58-
working-directory: serial-modem-host-applications/applications/91m1
58+
working-directory: serial-modem-host-applications
5959
run: |
60+
cd applications/91m1
6061
build-wrapper-linux-x86-64 --out-dir ../../${{ env.BUILD_WRAPPER_OUT_DIR }} \
6162
west build -b nrf54l15dk/nrf54l15/cpuapp/ns -p
6263
64+
cd ../93m1
65+
build-wrapper-linux-x86-64 --out-dir ../../${{ env.BUILD_WRAPPER_OUT_DIR }} \
66+
west build -b nrf93m1dk/nrf54l15/cpuapp/ns -p
67+
6368
- name: SonarQube Scan
6469
uses: SonarSource/sonarqube-scan-action@299e4b793aaa83bf2aba7c9c14bedbb485688ec4 # v7.1.0
6570
env:

0 commit comments

Comments
 (0)