blob: c072a6c943de1454824048463b6e0ea8429fb4af (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
{
"matrix": {
"options": {
"b_vscrt": [
{ "val": "none" },
{ "val": "mdd" },
{ "val": "md" },
{ "val": "mtd" },
{ "val": "mt" },
{ "val": "from_buildtype" },
{ "val": "static_from_buildtype" }
]
}
}
}
|