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

[drone] add platform #34

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Merge branch 'master' into drone/update

2f7f141
Select commit
Failed to load commit list.
Open

[drone] add platform #34

Merge branch 'master' into drone/update
2f7f141
Select commit
Failed to load commit list.
Travis CI / Travis CI - Branch failed Apr 5, 2023 in 1m 26s

Build Failed

The build failed, just like the previous build.

Details

This is a normal build for the drone/update branch. You should be able to reproduce it by checking out the branch locally.

Jobs and Stages

This build has eight jobs, running in parallel.

Job ENV OS State
1706.1 INTEGROMAT_WEBHOOK_URL=[secure] Linux passed
1706.2 INTEGROMAT_WEBHOOK_URL=[secure] macOS failed
1706.3 INTEGROMAT_WEBHOOK_URL=[secure] windows passed
1706.4 INTEGROMAT_WEBHOOK_URL=[secure] Linux passed
1706.5 INTEGROMAT_WEBHOOK_URL=[secure] Linux passed
1706.6 INTEGROMAT_WEBHOOK_URL=[secure] Linux passed
1706.7 INTEGROMAT_WEBHOOK_URL=[secure] Linux passed
1706.8 INTEGROMAT_WEBHOOK_URL=[secure] Linux passed

Build Configuration

Build Option Setting
Language C++
Operating System Linux (Focal)
Build Configuration
{
  "language": "cpp",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "script": [
    "./.ci/spec.sh"
  ],
  "env": [
    "global=INTEGROMAT_WEBHOOK_URL=[secure]"
  ],
  "jobs": {
    "include": [
      {
        "env": [
          {
            "UPDATE_SUBMODULE": "true"
          }
        ]
      },
      {
        "os": "osx",
        "before_script": [
          "echo osx"
        ],
        "script": [
          "./.ci/spec.sh"
        ]
      },
      {
        "os": "windows",
        "before_script": [
          "echo windows"
        ],
        "script": [
          "./.ci/spec.sh"
        ]
      },
      {
        "os": "linux",
        "arch": "amd64",
        "before_script": [
          "echo linux"
        ],
        "script": [
          "./.ci/spec.sh"
        ]
      },
      {
        "os": "linux",
        "arch": "ppc64le",
        "before_script": [
          "echo linux"
        ],
        "script": [
          "./.ci/spec.sh"
        ]
      },
      {
        "os": "linux",
        "arch": "s390x",
        "before_script": [
          "echo linux"
        ],
        "script": [
          "./.ci/spec.sh"
        ]
      },
      {
        "os": "linux",
        "arch": "arm64",
        "before_script": [
          "echo linux"
        ],
        "script": [
          "./.ci/spec.sh"
        ]
      },
      {
        "os": "linux",
        "arch": "arm64-graviton2",
        "before_script": [
          "echo linux"
        ],
        "script": [
          "./.ci/spec.sh"
        ]
      }
    ]
  }
}