update to support VxWorks #1595
Merged
This check has been archived and is scheduled for deletion.
Learn more about checks retention
Travis CI / Travis CI - Pull Request
succeeded
Dec 7, 2023 in 4m 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 #1595 update to support VxWorks.
Any changes that have been made to the master branch before the build ran are also included.
Jobs and Stages
This build has six jobs, running in parallel.
Job | Compiler | OS | State |
---|---|---|---|
gcc | Linux | passed | |
clang | Linux | passed | |
gcc | macOS | passed | |
clang | macOS | passed | |
gcc | freebsd | passed | |
clang | freebsd | passed |
Build Configuration
Build Option | Setting |
---|---|
Language | C |
Operating System | Linux (Xenial), macOS, freebsd |
Compiler Versions | gcc, clang |
Build Configuration
{
"language": "c",
"os": [
"linux",
"osx",
"freebsd"
],
"dist": "xenial",
"compiler": [
"gcc",
"clang"
],
"notifications": {
"slack": [
{
"rooms": [
{
"secure": "ImUmX7hcYotHWCDBfOcIvF6H7kkeGqiaUCy7SVPFtgPbz33ttpbRd94E7oxWVmZMLKb+i6+JCujTEWGwGBimzH+DjL0LLWs0ShzXZIUa1UzEPTc4hgV6VAxucYKFg2WrbXgOPWbulkMG1VZ6pX7GlAEGf0qyNqn44F7S2ay9m18="
}
]
}
]
},
"script": [
"./configure && make && make check"
]
}
Loading