euscollada: CMakeLists.txt respect yaml_cpp colladadom urdf_dom LIBRARY_DIRS #245
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"
]
}
Loading