summaryrefslogtreecommitdiff
path: root/test cases/frameworks/15 llvm/test.json
blob: b9cdc20a39705f86bb61ae2febbd381809943ece (plain)
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"
  }
}