Update README.md with badges for licence and NuGet #616
Travis CI / Travis CI - Pull Request
succeeded
Mar 10, 2025 in 15m 42s
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 #616 Update README.md with badges for licence and NuGet.
Any changes that have been made to the master branch before the build ran are also included.
Jobs and Stages
This build has three jobs, running in parallel.
Job | Mono | ENV | OS | State |
---|---|---|---|---|
none | TARGETF="net8" BUILD_EXAMPLES="1" BuildCoreOnly=True CASSANDRA_NETCORE_RUNTIME="8" RunCodeAnalyzers="True" | Linux | passed | |
none | TARGETF="net6" BUILD_EXAMPLES="0" BuildCoreOnly=True CASSANDRA_NETCORE_RUNTIME="6" RunCodeAnalyzers="True" | Linux | passed | |
none | TARGETF="net7" BUILD_EXAMPLES="0" BuildCoreOnly=True CASSANDRA_NETCORE_RUNTIME="7" RunCodeAnalyzers="True" | Linux | passed |
Build Configuration
Build Option | Setting |
---|---|
Language | C# |
Operating System | Linux (Focal) |
Mono Version | none |
Build Configuration
{
"language": "csharp",
"os": [
"linux"
],
"dist": "focal",
"sudo": true,
"mono": [
"none"
],
"branches": {
"except": [
"1.0",
"2.0",
"2.1",
"dse_3.1"
]
},
"script": [
"dotnet --info",
"if [ \"${BUILD_EXAMPLES}\" == \"1\" ]\nthen\n dotnet restore examples\n dotnet build --no-restore examples/examples.sln -c Release\nfi\n",
"dotnet restore src",
"dotnet build src/Cassandra.Tests/Cassandra.Tests.csproj --no-restore -c Release || true",
"sleep 5",
"dotnet build src/Cassandra.Tests/Cassandra.Tests.csproj --no-restore -c Release || true",
"dotnet test src/Cassandra.Tests/Cassandra.Tests.csproj --no-restore --no-build -v n -c Release -f $TARGETF"
],
"jobs": {
"include": [
{
"dotnet": "8.0.200",
"env": [
{
"TARGETF": "\"net8\"",
"BUILD_EXAMPLES": "\"1\"",
"BuildCoreOnly": "True",
"CASSANDRA_NETCORE_RUNTIME": "\"8\"",
"RunCodeAnalyzers": "\"True\""
}
]
},
{
"dotnet": "6.0.419",
"env": [
{
"TARGETF": "\"net6\"",
"BUILD_EXAMPLES": "\"0\"",
"BuildCoreOnly": "True",
"CASSANDRA_NETCORE_RUNTIME": "\"6\"",
"RunCodeAnalyzers": "\"True\""
}
]
},
{
"dotnet": "7.0.406",
"env": [
{
"TARGETF": "\"net7\"",
"BUILD_EXAMPLES": "\"0\"",
"BuildCoreOnly": "True",
"CASSANDRA_NETCORE_RUNTIME": "\"7\"",
"RunCodeAnalyzers": "\"True\""
}
]
}
]
}
}
Loading