Cleanup #40
Open
Cleanup #40
Travis CI / Travis CI - Pull Request
succeeded
Apr 10, 2026 in 2m 48s
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 #40 Cleanup.
Any changes that have been made to the main branch before the build ran are also included.
Jobs and Stages
This build has two jobs, running in parallel.
| Job | Compiler | ENV | OS | State |
|---|---|---|---|---|
| gcc | CFLAGS="-O3 -Wextra -Wextra -Werror" CXXFLAGS="-O3 -Wextra -Wextra -Werror" | Linux | passed | |
| clang | CFLAGS="-O3 -Wextra -Wextra -Werror" CXXFLAGS="-O3 -Wextra -Wextra -Werror" | Linux | passed |
Build Configuration
| Build Option | Setting |
|---|---|
| Language | C++ |
| Operating System | Linux (Jammy) |
| Compiler Versions | gcc, clang |
Build Configuration
{
"language": "cpp",
"os": [
"linux"
],
"dist": "jammy",
"arch": [
"s390x"
],
"sudo": true,
"env": [
"jobs={:CFLAGS=>\"\\\"-O3 -Wextra -Wextra -Werror\\\"\", :CXXFLAGS=>\"\\\"-O3 -Wextra -Wextra -Werror\\\"\"}"
],
"compiler": [
"gcc",
"clang"
],
"before_install": [
"sudo apt-get update -qq",
"sudo apt-get install cmake libjson-c-dev"
],
"script": [
"set -o pipefail",
"mkdir build 2> >(tee) && cd build 2> >(tee)",
"cmake -DBUILD_TEST=ON .. 2> >(tee)",
"make 2> >(tee)"
]
}
Loading