diff options
Diffstat (limited to 'test cases/frameworks/15 llvm/test.json')
-rw-r--r-- | test cases/frameworks/15 llvm/test.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/test cases/frameworks/15 llvm/test.json b/test cases/frameworks/15 llvm/test.json new file mode 100644 index 0000000..e70edd5 --- /dev/null +++ b/test cases/frameworks/15 llvm/test.json @@ -0,0 +1,18 @@ +{ + "matrix": { + "options": { + "method": [ + { "val": "config-tool", "skip_on_jobname": ["msys2-gcc"]}, + { "val": "cmake", "skip_on_jobname": ["msys2-gcc"] } + ], + "link-static": [ + { "val": true, "skip_on_jobname": ["opensuse"] }, + { "val": false } + ] + }, + "exclude": [ + { "method": "cmake", "link-static": false } + ] + }, + "skip_on_jobname": ["azure", "cygwin"] +} |