Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md with badges for licence and NuGet #616

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Update README.md with badges for licence and NuGet

28a5242
Select commit
Loading
Failed to load commit list.
Open

Update README.md with badges for licence and NuGet #616

Update README.md with badges for licence and NuGet
28a5242
Select commit
Loading
Failed to load commit list.
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
4689.1 none TARGETF="net8" BUILD_EXAMPLES="1" BuildCoreOnly=True CASSANDRA_NETCORE_RUNTIME="8" RunCodeAnalyzers="True" Linux passed
4689.2 none TARGETF="net6" BUILD_EXAMPLES="0" BuildCoreOnly=True CASSANDRA_NETCORE_RUNTIME="6" RunCodeAnalyzers="True" Linux passed
4689.3 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\""
          }
        ]
      }
    ]
  }
}