Merge pull request #13592 from rajkan01/update_examples_azure_google_cloud

Add test examples.json config for Azure and Google Cloud
pull/13607/head
Anna Bridge 2020-09-11 12:20:43 +01:00 committed by GitHub
commit 2691b4e700
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
}
]
}