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

euscollada: CMakeLists.txt respect yaml_cpp colladadom urdf_dom LIBRARY_DIRS #245

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

Merge branch 'master' into respect_pkg_config

b9a96f8
Select commit
Loading
Failed to load commit list.
Open

euscollada: CMakeLists.txt respect yaml_cpp colladadom urdf_dom LIBRARY_DIRS #245

Merge branch 'master' into respect_pkg_config
b9a96f8
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Jul 18, 2024 in 1h 39m 13s

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 #245 euscollada: CMakeLists.txt respenct yaml_cpp colladadom urdf_dom LIBRARY_DIRS.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has seven jobs, running in parallel.

Job ENV OS State
1062.1 USE_DOCKER=true Linux passed
1062.2 USE_DOCKER=true Linux passed
1062.3 USE_DOCKER=true Linux passed
1062.4 USE_DOCKER=true Linux passed
1062.5 USE_DOCKER=true Linux passed
1062.6 USE_DOCKER=true Linux passed
1062.7 USE_DOCKER=true Linux passed

Build Configuration

Build Option Setting
Language Python
Operating System Linux (Bionic)
Build Configuration
{
  "language": "python",
  "os": [
    "linux"
  ],
  "dist": "bionic",
  "addons": {
    "apt": {
      "packages": [
        "2to3"
      ]
    }
  },
  "cache": {
    "apt": true,
    "pip": true,
    "directories": [
      "$HOME/.ccache",
      "$HOME/.cache/pip",
      "$HOME/apt-cacher-ng"
    ]
  },
  "notifications": {
    "email": [
      {
        "on_success": "always",
        "on_failure": "always"
      }
    ],
    "slack": [
      {
        "rooms": [
          "jsk-robotics:Av7tc8wj3IWkLYvlTzHE7x2g"
        ]
      }
    ]
  },
  "sudo": true,
  "services": [
    "docker"
  ],
  "env": [
    "global={:USE_DOCKER=>\"true\"} jobs={:CHECK_PYTHON2_COMPILE=>\"true\"}={:CHECK_PYTHON3_COMPILE=>\"true\"}={:ROS_DISTRO=>\"indigo\", :ROSWS=>\"wstool\", :BUILDER=>\"catkin\", :USE_DEB=>\"true\"}={:ROS_DISTRO=>\"kinetic\", :ROSWS=>\"wstool\", :BUILDER=>\"catkin\", :USE_DEB=>\"true\"}={:ROS_DISTRO=>\"melodic\", :ROSWS=>\"wstool\", :BUILDER=>\"catkin\", :USE_DEB=>\"true\"}={:ROS_DISTRO=>\"noetic\", :ROSWS=>\"wstool\", :BUILDER=>\"catkin\", :USE_DEB=>\"true\"}={:ROS_DISTRO=>\"noetic\", :ROSWS=>\"wstool\", :BUILDER=>\"catkin\", :USE_DEB=>\"false\"}"
  ],
  "script": [
    "if [ \"${CHECK_PYTHON2_COMPILE}\" == \"true\" ]; then python2 -m compileall . ; exit $?; fi",
    "if [ \"${CHECK_PYTHON3_COMPILE}\" == \"true\" ]; then bash -c \"ret=0; trap 'ret=1' ERR; python3 -m compileall .; 2to3 -w -f except -f execfile -f has_key -f import -f raw_input -f zip .; git diff --exit-code . > /dev/null; echo Exitting with \\$ret; exit \\$ret\"; exit $?; fi",
    "source .travis/travis.sh"
  ]
}