mirror of https://github.com/wolfSSL/wolfBoot.git
Add .github workflow build tests
parent
29734141a3
commit
9fecc9c3b7
|
|
@ -137,6 +137,20 @@ jobs:
|
|||
config-file: ./config/examples/lpc54606j512.config
|
||||
board-name: lpcxpresso55s06
|
||||
|
||||
lpc55s69_test:
|
||||
uses: ./.github/workflows/test-build-mcux-sdk-manifests.yml
|
||||
with:
|
||||
arch: arm
|
||||
config-file: ./config/examples/lpc55s69.config
|
||||
board-name: lpcxpresso55s69
|
||||
|
||||
lpc55s69_tz_test:
|
||||
uses: ./.github/workflows/test-build-mcux-sdk-manifests.yml
|
||||
with:
|
||||
arch: arm
|
||||
config-file: ./config/examples/lpc55s69-tz.config
|
||||
board-name: lpcxpresso55s69
|
||||
|
||||
nrf52840_test:
|
||||
uses: ./.github/workflows/test-build.yml
|
||||
with:
|
||||
|
|
|
|||
|
|
@ -388,6 +388,7 @@ if(NOT DEFINED ARM_TARGETS)
|
|||
imx_rt
|
||||
kinetis
|
||||
lpc54606j512
|
||||
lpc55s69
|
||||
mcxa
|
||||
mcxw
|
||||
mcxn
|
||||
|
|
|
|||
Loading…
Reference in New Issue