Add test examples.json config for Azure and Google Cloud

pull/13592/head
Rajkumar Kanagaraj 2020-09-10 14:31:49 +01:00
parent 468372e759
commit 74536e7fb3
1 changed files with 30 additions and 0 deletions

View File

@ -481,6 +481,36 @@
"test" : false,
"baud_rate": 115200,
"auto-update" : true
},
{
"name": "mbed-os-example-for-azure",
"github": "https://github.com/ARMmbed/mbed-os-example-for-azure",
"sub-repo-example": false,
"subs": [],
"features" : [],
"targets" : ["DISCO_L475VG_IOT01A", "K64F"],
"toolchains" : [],
"exporters": [],
"compile" : true,
"export": true,
"test" : false,
"baud_rate": 115200,
"auto-update" : true
},
{
"name": "mbed-os-example-for-google-iot-cloud",
"github": "https://github.com/ARMmbed/mbed-os-example-for-google-iot-cloud",
"sub-repo-example": false,
"subs": [],
"features" : [],
"targets" : ["DISCO_L475VG_IOT01A", "K64F"],
"toolchains" : [],
"exporters": [],
"compile" : true,
"export": true,
"test" : false,
"baud_rate": 115200,
"auto-update" : true
}
]
}