Update dev from master #74
Merged
Travis CI / Travis CI - Pull Request
required action
Mar 18, 2024 in 1m 56s
Build Errored
The build errored. This is a change from the previous build, which passed.
Details
This is a pull request build.
It is running a build against the merge commit, after merging #74 Update dev from master.
Any changes that have been made to the dev branch before the build ran are also included.
Jobs and Stages
This build has two jobs, running in parallel.
Job | Compiler | OS | State |
---|---|---|---|
58.1 | gcc | Linux | errored |
58.2 | clang | macOS | errored |
Build Configuration
Build Option | Setting |
---|---|
Language | C++ |
Operating System | Linux (Xenial) |
Build Configuration
{
"language": "cpp",
"os": [
"linux"
],
"dist": "xenial",
"jobs": {
"include": [
{
"os": "linux",
"dist": "focal",
"compiler": "gcc",
"script": [
"cmake -S. build",
"cd build",
"cd v2xmessage",
"make",
"ctest",
"cd ../",
"cd v2verifier-app",
"make",
"ctest",
"cd ../"
]
},
{
"os": "osx",
"compiler": "clang",
"script": [
"mkdir build",
"cd build",
"cmake ../",
"cd v2xmessage",
"make",
"ctest",
"cd ../",
"cd v2verifier-app",
"make",
"ctest",
"cd ../"
]
}
]
}
}
Loading