Update dev from master #74
Merged
Travis CI / Travis CI - Branch
succeeded
Mar 17, 2024 in 2m 24s
Build Passed
The build passed, just like the previous build.
Details
This is a normal build for the master branch. You should be able to reproduce it by checking out the branch locally.
Jobs and Stages
This build has two jobs, running in parallel.
Job | Compiler | OS | State |
---|---|---|---|
57.1 | gcc | Linux | passed |
57.2 | clang | macOS | passed |
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