Skip to content

Commit a585a4f

Browse files
committed
.travis.yml: Add NRF52_DK to test
By default, Mbed OS PSA is only enabled on K64F and K66F. This example overrides the configuration to globally enable Mbed OS PSA as needed. We build NRF52_DK in Travis to verify this override. This target was chosen because the pins for atecc608a are already provided in `mbed_app.json`.
1 parent 196d64a commit a585a4f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.travis.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,3 +93,15 @@ matrix:
9393
- <<: *cmake-build-test
9494
name: "CMake atecc608a example - debug (K64F)"
9595
env: NAME=cmake_test TARGET_NAME=K64F PROFILE=debug CACHE_NAME=debug-K64F
96+
97+
- <<: *cmake-build-test
98+
name: "CMake atecc608a example - develop (NRF52_DK)"
99+
env: NAME=cmake_test TARGET_NAME=NRF52_DK PROFILE=develop CACHE_NAME=develop-NRF52_DK
100+
101+
- <<: *cmake-build-test
102+
name: "CMake atecc608a example - release (NRF52_DK)"
103+
env: NAME=cmake_test TARGET_NAME=NRF52_DK PROFILE=release CACHE_NAME=release-NRF52_DK
104+
105+
- <<: *cmake-build-test
106+
name: "CMake atecc608a example - debug (NRF52_DK)"
107+
env: NAME=cmake_test TARGET_NAME=NRF52_DK PROFILE=debug CACHE_NAME=debug-NRF52_DK

0 commit comments

Comments
 (0)