Skip to content

Commit 2691b4e

Browse files
authored
Merge pull request ARMmbed#13592 from rajkan01/update_examples_azure_google_cloud
Add test examples.json config for Azure and Google Cloud
2 parents 6bfd89e + 74536e7 commit 2691b4e

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

tools/test/examples/examples.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -481,6 +481,36 @@
481481
"test" : false,
482482
"baud_rate": 115200,
483483
"auto-update" : true
484+
},
485+
{
486+
"name": "mbed-os-example-for-azure",
487+
"github": "https://github.com/ARMmbed/mbed-os-example-for-azure",
488+
"sub-repo-example": false,
489+
"subs": [],
490+
"features" : [],
491+
"targets" : ["DISCO_L475VG_IOT01A", "K64F"],
492+
"toolchains" : [],
493+
"exporters": [],
494+
"compile" : true,
495+
"export": true,
496+
"test" : false,
497+
"baud_rate": 115200,
498+
"auto-update" : true
499+
},
500+
{
501+
"name": "mbed-os-example-for-google-iot-cloud",
502+
"github": "https://github.com/ARMmbed/mbed-os-example-for-google-iot-cloud",
503+
"sub-repo-example": false,
504+
"subs": [],
505+
"features" : [],
506+
"targets" : ["DISCO_L475VG_IOT01A", "K64F"],
507+
"toolchains" : [],
508+
"exporters": [],
509+
"compile" : true,
510+
"export": true,
511+
"test" : false,
512+
"baud_rate": 115200,
513+
"auto-update" : true
484514
}
485515
]
486516
}

0 commit comments

Comments
 (0)