summaryrefslogtreecommitdiff
path: root/test cases/frameworks/15 llvm/test.json
blob: f9bb6458070e1bb9d37917a7d94a3f520ccbdc2a (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", "expect_skip_on_jobname": ["msys2-gcc"] },
        { "val": "cmake", "expect_skip_on_jobname": ["msys2"] },
        { "val": "combination", "expect_skip_on_jobname": ["msys2"] }
      ],
      "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"
  }
}