diff options
| author | Daniel Mensinger <daniel@mensinger-ka.de> | 2022-01-30 16:29:34 +0100 |
|---|---|---|
| committer | Eli Schwartz <eschwartz93@gmail.com> | 2022-02-03 11:25:59 -0500 |
| commit | 2e2ca5a877ce8569e9daf78c3a5b32a423531d97 (patch) | |
| tree | 058b897228fe73fa1f0786b0c514aafed3dbf410 /test cases | |
| parent | 63870da44960e39d4e1c7d986f0e408bd1e14c74 (diff) | |
| download | meson-2e2ca5a877ce8569e9daf78c3a5b32a423531d97.tar.gz | |
cmake: ci: Skip tests on Ubuntu Bionic where CMake is stuck on 3.10
Diffstat (limited to 'test cases')
5 files changed, 21 insertions, 4 deletions
diff --git a/test cases/failing build/4 cmake subproject isolation/test.json b/test cases/failing build/4 cmake subproject isolation/test.json new file mode 100644 index 000000000..b48d78add --- /dev/null +++ b/test cases/failing build/4 cmake subproject isolation/test.json @@ -0,0 +1,5 @@ +{ + "tools": { + "cmake": ">=3.14" + } +} diff --git a/test cases/failing/114 cmake executable dependency/test.json b/test cases/failing/114 cmake executable dependency/test.json index 82306dd45..951f2e7ad 100644 --- a/test cases/failing/114 cmake executable dependency/test.json +++ b/test cases/failing/114 cmake executable dependency/test.json @@ -3,5 +3,8 @@ { "line": "test cases/failing/114 cmake executable dependency/meson.build:9:0: ERROR: main is an executable and does not support the dependency() method. Use target() instead." } - ] + ], + "tools": { + "cmake": ">=3.14" + } } diff --git a/test cases/warning/3 fallback consistency/test.json b/test cases/warning/3 fallback consistency/test.json index ee4f1f214..60e25b4e6 100644 --- a/test cases/warning/3 fallback consistency/test.json +++ b/test cases/warning/3 fallback consistency/test.json @@ -3,5 +3,8 @@ { "line": "WARNING: Inconsistency: Subproject has overridden the dependency with another variable than 'dep2'" } - ] + ], + "tools": { + "cmake": ">=3.14" + } } diff --git a/test cases/warning/4 fallback consistency/test.json b/test cases/warning/4 fallback consistency/test.json index ee4f1f214..60e25b4e6 100644 --- a/test cases/warning/4 fallback consistency/test.json +++ b/test cases/warning/4 fallback consistency/test.json @@ -3,5 +3,8 @@ { "line": "WARNING: Inconsistency: Subproject has overridden the dependency with another variable than 'dep2'" } - ] + ], + "tools": { + "cmake": ">=3.14" + } } diff --git a/test cases/warning/5 fallback consistency/test.json b/test cases/warning/5 fallback consistency/test.json index c254aaf08..8ab28d155 100644 --- a/test cases/warning/5 fallback consistency/test.json +++ b/test cases/warning/5 fallback consistency/test.json @@ -3,5 +3,8 @@ { "line": "WARNING: Inconsistency: Subproject has overridden the dependency with another variable than 'bar_dep'" } - ] + ], + "tools": { + "cmake": ">=3.14" + } } |
