1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
{ "matrix": { "options": { "method": [ { "val": "config-tool" }, { "val": "cmake" }, { "val": "combination" } ], "link-static": [ { "val": true, "expect_skip_on_jobname": ["arch", "opensuse", "linux-gentoo-gcc"] }, { "val": false } ] } }, "expect_skip_on_jobname": ["azure", "cygwin"], "tools": { "cmake": ">=3.11" } }