Skip to content

Commit 3213ea8

Browse files
authored
Merge pull request #14507 from saheerb/master
make target list for applications in examples_cmake.json consistent with examples.json
2 parents 016d725 + a62cd22 commit 3213ea8

File tree

2 files changed

+381
-197
lines changed

2 files changed

+381
-197
lines changed

tools/test/examples/cloud_examples_cmake.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,38 @@
1515
"baud_rate": 115200,
1616
"compare_log": ["mbed-os-example-for-aws/tests/aws.log"],
1717
"auto-update" : true
18+
},
19+
{
20+
"name": "mbed-os-example-for-azure",
21+
"github": "https://github.com/ARMmbed/mbed-os-example-for-azure",
22+
"sub-repo-example": false,
23+
"subs": [],
24+
"features" : [],
25+
"targets" : ["DISCO_L475VG_IOT01A", "K64F", "NUCLEO_F429ZI"],
26+
"toolchains" : [],
27+
"exporters": [],
28+
"compile" : true,
29+
"export": true,
30+
"test" : false,
31+
"baud_rate": 115200,
32+
"compare_log": ["mbed-os-example-for-azure/tests/azure.log"],
33+
"auto-update" : true
34+
},
35+
{
36+
"name": "mbed-os-example-for-google-iot-cloud",
37+
"github": "https://github.com/ARMmbed/mbed-os-example-for-google-iot-cloud",
38+
"sub-repo-example": false,
39+
"subs": [],
40+
"features" : [],
41+
"targets" : ["DISCO_L475VG_IOT01A", "K64F", "NUCLEO_F429ZI"],
42+
"toolchains" : [],
43+
"exporters": [],
44+
"compile" : true,
45+
"export": true,
46+
"test" : false,
47+
"baud_rate": 115200,
48+
"compare_log": ["mbed-os-example-for-google-iot-cloud/tests/google-iot-cloud.log"],
49+
"auto-update" : true
1850
}
1951
]
2052
}

0 commit comments

Comments
 (0)