diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2020-06-17 20:45:54 +0530 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek.chauhan@gmail.com> | 2020-06-17 16:51:58 +0000 |
commit | 804cefc94cd334fccccdf3015eb0b3f589f87515 (patch) | |
tree | 88877047e905791c87496fc4ebcd5057b311c38d /test cases/cmake/2 advanced | |
parent | f7b751401409fb8036b084a7d1729d45e73fe6e6 (diff) | |
download | meson-804cefc94cd334fccccdf3015eb0b3f589f87515.zip meson-804cefc94cd334fccccdf3015eb0b3f589f87515.tar.gz meson-804cefc94cd334fccccdf3015eb0b3f589f87515.tar.bz2 |
ci: Remove PostgreSQL from PATH
It's one of the causes of the cmake test failures, and it's also
plaguing the VS2019 jobs now because of the image update.
Diffstat (limited to 'test cases/cmake/2 advanced')
-rw-r--r-- | test cases/cmake/2 advanced/test.json | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test cases/cmake/2 advanced/test.json b/test cases/cmake/2 advanced/test.json index f4cb58b..e12f530 100644 --- a/test cases/cmake/2 advanced/test.json +++ b/test cases/cmake/2 advanced/test.json @@ -1,9 +1,4 @@ { - "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"}, |