Skip to content

OpenVX 1.3.1 header file minor updates

0013a64
Select commit
Loading
Failed to load commit list.
Open

OpenVX 1.3.1 header file updates #29

OpenVX 1.3.1 header file minor updates
0013a64
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Travis CI / Travis CI - Pull Request required action Nov 7, 2024 in 2m 5s

Build Errored

The build errored, just like the previous build.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #29 OpenVX 1.3.1 header file updates.
Any changes that have been made to the openvx_1.3.1 branch before the build ran are also included.

Jobs and Stages

This build only has a single job.
You can use jobs to test against multiple versions of your runtime or dependencies, or to speed up your build.

Build Configuration

Build Option Setting
Language C++
Operating System Linux (Bionic)
Compiler Version g++
Build Configuration
{
  "language": "cpp",
  "os": [
    "linux"
  ],
  "dist": "bionic",
  "sudo": true,
  "compiler": [
    "g++"
  ],
  "addons": {
    "apt": {
      "sources": [
        {
          "name": "ubuntu-toolchain-r-test"
        }
      ],
      "packages": [
        "lcov wget unzip build-essential python3 git cmake bison flex libffi-dev zip",
        "libgmp-dev libxml2-dev libgdk-pixbuf2.0-dev libcairo2-dev libpango1.0-dev",
        "fonts-lyx gtk-doc-tools ghostscript ruby-dev default-jre"
      ]
    }
  },
  "branches": {
    "only": [
      "openvx_1.3.1",
      "openvx_1.3",
      "openvx_1.2"
    ]
  },
  "before_script": [
    "uname -a",
    "sudo apt-get update -qq",
    "sudo gem install asciidoctor-diagram -v 1.5.18",
    "sudo gem install asciidoctor-pdf --pre -v 1.6.2",
    "sudo gem install asciidoctor-mathematical -v 0.3.5",
    "sudo gem install coderay --pre -v 1.1.3"
  ],
  "script": [
    "cd docs",
    "make all"
  ],
  "after_success": [
],
"notifications": {
"email": [
{
"recipients": [
"kiriti.nageshgowda@amd.com"
]
},
{
"recipients": [
"jesse.villarreal@ti.com"
]
},
{
"recipients": [
"radhakrishna.giduthuri@intel.com"
]
},
{
"recipients": [
"brill@cadence.com"
]
}
]
}
}