tests/llvm: require cmake 3.11

This is a weird but working way to skip this test from running on
bionic (where it should not run).
pull/11325/head
Konstantin 2 years ago committed by Daniel Mensinger
parent 89146e84c9
commit 92ac0e48e5
  1. 5
      test cases/frameworks/15 llvm/test.json

@ -12,5 +12,8 @@
]
}
},
"skip_on_jobname": ["azure", "cygwin"]
"skip_on_jobname": ["azure", "cygwin"],
"tools": {
"cmake": ">=3.11"
}
}

Loading…
Cancel
Save