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

add #-:gl for euslisp without :gl features, may be we should put glbody/glvertices in irtgeo? #246

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

can not put comment after #+:gl / #-:gl

e97fdd8
Select commit
Loading
Failed to load commit list.
Open

add #-:gl for euslisp without :gl features, may be we should put glbody/glvertices in irtgeo? #246

can not put comment after #+:gl / #-:gl
e97fdd8
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Jul 17, 2024 in 1h 39m 50s

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 #246 add #-:gl for euslisp without :gl features, may be we should put glbody/glvertices in irtgeo?.
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
1061.1 USE_DOCKER=true Linux passed
1061.2 USE_DOCKER=true Linux passed
1061.3 USE_DOCKER=true Linux passed
1061.4 USE_DOCKER=true Linux passed
1061.5 USE_DOCKER=true Linux passed
1061.6 USE_DOCKER=true Linux passed
1061.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"
  ]
}