File tree Expand file tree Collapse file tree 9 files changed +13
-13
lines changed
Expand file tree Collapse file tree 9 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 1919 ROS_DISTRO : melodic
2020 ROS_REPO : main
2121 UPSTREAM_WORKSPACE : ' dependencies.rosinstall'
22- ROSDEP_SKIP_KEYS : " bullet bullet-extras cmake_common_scripts iwyu fcl taskflow"
22+ ROSDEP_SKIP_KEYS : " bullet bullet-extras ros_industrial_cmake_boilerplate iwyu fcl taskflow"
2323 DOCKER_IMAGE : " rosindustrial/tesseract:melodic"
2424 CCACHE_DIR : " /home/runner/work/tesseract_python/tesseract_python/Bionic-Build/.ccache"
2525 PARALLEL_BUILDS : false
Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ jobs:
1919 ROS_DISTRO : noetic
2020 ROS_REPO : main
2121 UPSTREAM_WORKSPACE : ' dependencies.rosinstall'
22- ROSDEP_SKIP_KEYS : " bullet bullet-extras fcl ompl orocos_kdl python-numpy ifopt python descartes_opw descartes_samplers descartes_light opw_kinematics cmake_common_scripts iwyu taskflow"
22+ ROSDEP_SKIP_KEYS : " bullet bullet-extras fcl ompl orocos_kdl python-numpy ifopt python descartes_opw descartes_samplers descartes_light opw_kinematics ros_industrial_cmake_boilerplate iwyu taskflow"
2323 DOCKER_IMAGE : " rosindustrial/tesseract:noetic"
2424 CCACHE_DIR : " /home/runner/work/tesseract_python/tesseract_python/Focal-Build/.ccache"
2525 PARALLEL_TESTS : false
2626 PARALLEL_BUILDS : false
27- BEFORE_RUN_TARGET_TEST_EMBED : " source /root/target_ws/install/setup.bash"
27+ BEFORE_RUN_TARGET_TEST_EMBED : " ici_with_unset_variables source /root/target_ws/install/setup.bash"
2828 UPSTREAM_CMAKE_ARGS : " -DCMAKE_BUILD_TYPE=Release"
2929 TARGET_CMAKE_ARGS : " -DCMAKE_BUILD_TYPE=Debug -DTESSERACT_ENABLE_TESTING=ON"
3030 steps :
Original file line number Diff line number Diff line change 2121 ROS_DISTRO : melodic,
2222 ROS_REPO : main,
2323 UPSTREAM_WORKSPACE : ' dependencies.rosinstall' ,
24- ROSDEP_SKIP_KEYS : " bullet bullet-extras cmake_common_scripts fcl iwyu" ,
24+ ROSDEP_SKIP_KEYS : " bullet bullet-extras ros_industrial_cmake_boilerplate fcl iwyu" ,
2525 DOCKER_IMAGE : " rosindustrial/tesseract:melodic" ,
2626 CCACHE_DIR : " /home/runner/work/tesseract_python/tesseract_python/Bionic-Build-Nightly/.ccache" ,
2727 PARALLEL_TESTS : false,
3434 ROS_DISTRO : noetic,
3535 ROS_REPO : main,
3636 UPSTREAM_WORKSPACE : ' dependencies.rosinstall' ,
37- ROSDEP_SKIP_KEYS : " bullet bullet-extras cmake_common_scripts fcl iwyu benchmark" ,
37+ ROSDEP_SKIP_KEYS : " bullet bullet-extras ros_industrial_cmake_boilerplat fcl iwyu benchmark" ,
3838 DOCKER_IMAGE : " rosindustrial/tesseract:noetic" ,
3939 CCACHE_DIR : " /home/runner/work/tesseract_python/tesseract_python/Focal-Build-Nightly/.ccache" ,
4040 UPSTREAM_CMAKE_ARGS : " -DCMAKE_BUILD_TYPE=Release" ,
Original file line number Diff line number Diff line change 11- git:
2- local-name: cmake_common_scripts
3- uri: https://github.com/ros-industrial/cmake_common_scripts .git
2+ local-name: ros_industrial_cmake_boilerplate
3+ uri: https://github.com/ros-industrial/ros_industrial_cmake_boilerplate .git
44 version: master
55- git:
66 local-name: tesseract
Original file line number Diff line number Diff line change 11- git:
2- local-name: cmake_common_scripts
3- uri: https://github.com/ros-industrial/cmake_common_scripts .git
2+ local-name: ros_industrial_cmake_boilerplate
3+ uri: https://github.com/ros-industrial/ros_industrial_cmake_boilerplate .git
44 version: master
55- git:
66 local-name: tesseract_ext
Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.5.0)
22
33# Extract package name and version
4- find_package (cmake_common_scripts REQUIRED)
4+ find_package (ros_industrial_cmake_boilerplate REQUIRED)
55extract_package_metadata(pkg)
66project (${pkg_extracted_name} VERSION ${pkg_extracted_version} )
77
Original file line number Diff line number Diff line change 1111 <exec_depend >catkin</exec_depend >
1212 <buildtool_depend >cmake</buildtool_depend >
1313
14- <build_depend >cmake_common_scripts </build_depend >
14+ <build_depend >ros_industrial_cmake_boilerplate </build_depend >
1515 <depend >trajopt</depend >
1616 <depend >tesseract_motion_planners</depend >
1717 <depend >tesseract_common</depend >
Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.5.0)
22
33# Extract package name and version
4- find_package (cmake_common_scripts REQUIRED)
4+ find_package (ros_industrial_cmake_boilerplate REQUIRED)
55extract_package_metadata(pkg)
66project (${pkg_extracted_name} VERSION ${pkg_extracted_version} )
77
Original file line number Diff line number Diff line change 1111 <exec_depend >catkin</exec_depend >
1212 <buildtool_depend >cmake</buildtool_depend >
1313
14- <build_depend >cmake_common_scripts </build_depend >
14+ <build_depend >ros_industrial_cmake_boilerplate </build_depend >
1515 <depend >trajopt</depend >
1616 <depend >tesseract_collision</depend >
1717 <depend >tesseract_motion_planners</depend >
You can’t perform that action at this time.
0 commit comments