aboutsummaryrefslogtreecommitdiff
path: root/test cases/cmake/2 advanced/test.json
blob: f4cb58b442c1319e16124e17549f32d546396318 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "matrix": {
    "options": {
      "_": [{"val": null, "skip_on_env": ["CI_JOB_VS2017"]}]
    }
  },
  "installed": [
    {"type": "expr", "file": "usr/?lib/libcm_cmModLib?so"},
    {"type": "implib", "platform": "cygwin", "file": "usr/lib/libcm_cmModLib"},
    {"type": "implib", "platform": "!cygwin", "file": "usr/bin/libcm_cmModLib"},
    {"type": "exe", "file": "usr/bin/cm_testEXE"}
  ],
  "tools": {
    "cmake": ">=3.11"
  }
}