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