File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 21
21
UPSTREAM_WORKSPACE : ' dependencies.rosinstall'
22
22
ROSDEP_SKIP_KEYS : " iwyu ros_industrial_cmake_boilerplate"
23
23
CCACHE_DIR : " /home/runner/work/opw_kinematics/opw_kinematics/Bionic-Build/.ccache"
24
- TARGET_CMAKE_ARGS : " -DCMAKE_BUILD_TYPE=Debug -DOPW_ENABLE_TESTING=ON"
24
+ TARGET_CMAKE_ARGS : " -DCMAKE_BUILD_TYPE=Debug -DOPW_ENABLE_TESTING=ON -DOPW_PACKAGE=ON "
25
25
AFTER_SCRIPT : ' catkin build -w $target_ws --no-deps --verbose opw_kinematics --make-args test'
26
26
steps :
27
27
- uses : actions/checkout@v2
Original file line number Diff line number Diff line change 22
22
ROSDEP_SKIP_KEYS : " iwyu ros_industrial_cmake_boilerplate"
23
23
CCACHE_DIR : " /home/runner/work/opw_kinematics/opw_kinematics/Focal-Build/.ccache"
24
24
BEFORE_RUN_TARGET_TEST_EMBED : " ici_with_unset_variables source /root/target_ws/install/setup.bash"
25
- TARGET_CMAKE_ARGS : " -DCMAKE_BUILD_TYPE=Debug -DOPW_ENABLE_TESTING=ON"
25
+ TARGET_CMAKE_ARGS : " -DCMAKE_BUILD_TYPE=Debug -DOPW_ENABLE_TESTING=ON -DOPW_PACKAGE=ON "
26
26
steps :
27
27
- uses : actions/checkout@v2
28
28
You can’t perform that action at this time.
0 commit comments