File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1
- # Copyright (c) 2013- 2020 Arm Limited. All rights reserved.
1
+ # Copyright (c) 2020 Arm Limited. All rights reserved.
2
2
#
3
3
# SPDX-License-Identifier: Apache-2.0
4
4
#
@@ -84,10 +84,9 @@ matrix:
84
84
- ccache -s
85
85
86
86
- << : *cmake-build-test
87
- name : " CMake tls example - release (K64F)"
87
+ name : " CMake TLS example - release (K64F)"
88
88
env : NAME=cmake_test TARGET_NAME=K64F PROFILE=release CACHE_NAME=release-K64F
89
89
90
90
- << : *cmake-build-test
91
- name : " CMake blinky example - debug (K64F)"
91
+ name : " CMake TLS example - debug (K64F)"
92
92
env : NAME=cmake_test TARGET_NAME=K64F PROFILE=debug CACHE_NAME=debug-K64F
93
-
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ target_include_directories(${APP_TARGET}
26
26
27
27
target_sources (${APP_TARGET}
28
28
PRIVATE
29
- authcrypt.cpp
29
+ authcrypt.cpp
30
30
main.cpp
31
31
)
32
32
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ target_include_directories(${APP_TARGET}
26
26
27
27
target_sources (${APP_TARGET}
28
28
PRIVATE
29
- HelloHttpsClient.cpp
29
+ HelloHttpsClient.cpp
30
30
main.cpp
31
31
)
32
32
You can’t perform that action at this time.
0 commit comments