1{
2  "matrix": {
3    "options": {
4      "static": [
5        { "val": "true", "skip_on_env": [ "SKIP_STATIC_BOOST" ] },
6        { "val": "false" }
7      ],
8      "b_vscrt": [
9        { "val": null },
10        { "val": "md",  "compilers": { "cpp": "msvc" } },
11        { "val": "mdd", "compilers": { "cpp": "msvc" } },
12        { "val": "mt",  "compilers": { "cpp": "msvc" } },
13        { "val": "mtd", "compilers": { "cpp": "msvc" } }
14      ]
15    },
16    "exclude": [
17      { "static": "false", "b_vscrt": "mt"  },
18      { "static": "false", "b_vscrt": "mtd" }
19    ]
20  }
21}
22