Skip to content

Commit 9fecc9c

Browse files
twcook86danielinux
authored andcommitted
Add .github workflow build tests
1 parent 2973414 commit 9fecc9c

2 files changed

Lines changed: 15 additions & 0 deletions

File tree

.github/workflows/test-configs.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,20 @@ jobs:
137137
config-file: ./config/examples/lpc54606j512.config
138138
board-name: lpcxpresso55s06
139139

140+
lpc55s69_test:
141+
uses: ./.github/workflows/test-build-mcux-sdk-manifests.yml
142+
with:
143+
arch: arm
144+
config-file: ./config/examples/lpc55s69.config
145+
board-name: lpcxpresso55s69
146+
147+
lpc55s69_tz_test:
148+
uses: ./.github/workflows/test-build-mcux-sdk-manifests.yml
149+
with:
150+
arch: arm
151+
config-file: ./config/examples/lpc55s69-tz.config
152+
board-name: lpcxpresso55s69
153+
140154
nrf52840_test:
141155
uses: ./.github/workflows/test-build.yml
142156
with:

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,7 @@ if(NOT DEFINED ARM_TARGETS)
388388
imx_rt
389389
kinetis
390390
lpc54606j512
391+
lpc55s69
391392
mcxa
392393
mcxw
393394
mcxn

0 commit comments

Comments
 (0)