Skip to content

Commit

Permalink
Add PKA=1 CI test builds for RT10xx platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Fedai Larsen committed Apr 29, 2024
1 parent cd92a95 commit 0b703f7
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/test-configs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,34 @@ jobs:
arch: arm
config-file: ./config/examples/imx-rt1064.config

imx_rt1040_test_pka:
uses: ./.github/workflows/test-build-mcux-sdk.yml
with:
arch: arm
config-file: ./config/examples/imx-rt1040.config
make-args: PKA=1

imx_rt1050_test_pka:
uses: ./.github/workflows/test-build-mcux-sdk.yml
with:
arch: arm
config-file: ./config/examples/imx-rt1050.config
make-args: PKA=1

imx_rt1060_test_pka:
uses: ./.github/workflows/test-build-mcux-sdk.yml
with:
arch: arm
config-file: ./config/examples/imx-rt1060.config
make-args: PKA=1

imx_rt1064_test_pka:
uses: ./.github/workflows/test-build-mcux-sdk.yml
with:
arch: arm
config-file: ./config/examples/imx-rt1064.config
make-args: PKA=1

kinetis_k64f_test:
uses: ./.github/workflows/test-build-mcux-sdk.yml
with:
Expand Down

0 comments on commit 0b703f7

Please sign in to comment.