summaryrefslogtreecommitdiffstats
path: root/test cases/frameworks/17 mpi/test.json
blob: 115f6f6f54bae8837537b6252bbaa5797ecf883a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "matrix": {
    "options": {
      "method": [
        { "val": "auto" },
        { "val": "pkg-config" },
        { "val": "config-tool",
          "skip_on_jobname": ["fedora"] },
        {
          "val": "system",
          "compilers": { "c" :"msvc", "cpp": "msvc" }
        }
      ]
    }
  },
  "skip_on_jobname": ["azure", "cygwin", "msys2", "opensuse"]
}