Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci(linux): small coverage fixes #1188

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

ci(linux): drop lcov usage

86bcf34
Select commit
Loading
Failed to load commit list.
Draft

ci(linux): small coverage fixes #1188

ci(linux): drop lcov usage
86bcf34
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Jan 13, 2024 in 9m 19s

Build Passed

The build passed, just like the previous build.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #1188 ci(linux): small coverage fixes.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has four jobs, running in parallel.

Job OS State
1726.1 Linux passed
1726.2 Linux passed
1726.3 Linux passed
1726.4 Linux passed

Build Configuration

Build Option Setting
Language C++
Operating System Linux (Xenial)
Build Configuration
{
  "language": "cpp",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "jobs": {
    "include": [
      {
        "dist": "jammy",
        "arch": "amd64"
      },
      {
        "dist": "focal",
        "arch": "arm64"
      },
      {
        "dist": "focal",
        "arch": "ppc64le"
      },
      {
        "dist": "focal",
        "arch": "s390x"
      }
    ]
  },
  "branches": {
    "only": [
      "master"
    ]
  },
  "addons": {
    "apt": {
      "update": true,
      "packages": [
        "meson",
        "pkg-config",
        "cmake",
        "rapidjson-dev",
        "libssl-dev",
        "\"?name(libhowardhinnant-date-dev)\"",
        "\"?name(libgmock-dev) (?version([1-9]\\.[1-9][1-9]) | ?version([1-9]\\.[2-9][0-9]))\"",
        "\"?name(libcpp-httplib-dev)\"",
        "libcurl4-openssl-dev"
      ]
    }
  },
  "script": [
    "meson setup build -DPISTACHE_BUILD_TESTS=true",
    "ninja -C build -j2",
    "meson test -C build --verbose"
  ]
}