Skip to content

Commit c4b1b70

Browse files
author
Jammu Kekkonen
committed
add run-ci conf item to control whether ci runs the target
1 parent a04e0cf commit c4b1b70

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

mbed_app.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@
4949
"mbed-cloud-client.update-storage" : "ARM_UCP_FLASHIAP",
5050
"storage_tdb_internal.internal_base_address": "(512*1024)",
5151
"storage_tdb_internal.internal_size" : "(32*1024)",
52-
"storage.storage_type" : "TDB_INTERNAL"
52+
"storage.storage_type" : "TDB_INTERNAL",
53+
"run-ci" : 2
5354
},
5455
"K66F": {
5556
"target.macros_add" : ["MBEDTLS_USER_CONFIG_FILE=\"mbedTLSConfig_mbedOS.h\""],
@@ -324,6 +325,11 @@
324325
"help" : "Helper macro to enable calculation of rom regions. target.header_offset and target.app_offset still needs to be calculated manually, though.",
325326
"value" : "(32*1024)",
326327
"macro_name": "MBED_BOOTLOADER_SIZE"
328+
},
329+
"run-ci": {
330+
"help" : "Configuration item to control what verification is done to the target. 0=nothing, 1=build, 2=build+test",
331+
"accepted_values": [0, 1, 2],
332+
"value" : 1
327333
}
328334
}
329335
}

0 commit comments

Comments
 (0)