Skip to content

Commit 42f9861

Browse files
committed
New script for automating the compilation of mbed-os 2 targets.
Usage: python tools/check_release.py Run from the mbed-os directory. For details on how the script works and how to set up the configuration json file, please see the python file header.
1 parent 293d049 commit 42f9861

File tree

2 files changed

+470
-0
lines changed

2 files changed

+470
-0
lines changed

tools/check_release.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"config" : {
3+
"mbed_repo_path" : "C:/Users/annbri01/Work/Mercurial"
4+
},
5+
"test_list" : [
6+
{
7+
"name" : "test_compile_mbed_lib",
8+
"lib" : "mbed"
9+
},
10+
{
11+
"name" : "test_compile_mbed_dev",
12+
"lib" : "mbed-dev"
13+
}
14+
]
15+
}

0 commit comments

Comments
 (0)