build: Meson options for custom OpenSSL lib/hdr path #1162
Closed
Travis CI / Travis CI - Pull Request
succeeded
Aug 29, 2023 in 12m 29s
Build Passed
The build passed. This is a change from the previous build, which failed.
Details
This is a pull request build.
It is running a build against the merge commit, after merging #1162 build: Meson options for custom OpenSSL lib/hdr path.
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 |
---|---|---|
1681.1 | Linux | passed |
1681.2 | Linux | passed |
1681.3 | Linux | passed |
1681.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"
]
}
Loading