mirror of
https://github.com/elephantrobotics/mycobot_ros.git
synced 2026-07-05 19:47:04 +00:00
Add launch test
This commit is contained in:
parent
e057007d79
commit
b269d0b48d
2 changed files with 4 additions and 2 deletions
1
.github/workflows/industrialci.yml
vendored
1
.github/workflows/industrialci.yml
vendored
|
|
@ -18,7 +18,6 @@ on:
|
|||
|
||||
jobs:
|
||||
industrial_ci:
|
||||
continue-on-error: true
|
||||
strategy:
|
||||
matrix:
|
||||
env:
|
||||
|
|
|
|||
|
|
@ -63,4 +63,7 @@ target_link_libraries(opencv_camera ${catkin_LIBRARIES} ${OpenCV_LIBRARIES})
|
|||
add_executable(camera_display src/camera_display)
|
||||
target_link_libraries(camera_display ${catkin_LIBRARIES} ${OpenCV_LIBRARIES})
|
||||
|
||||
|
||||
if (CATKIN_ENABLE_TESTING)
|
||||
find_package(roslaunch REQUIRED)
|
||||
roslaunch_add_file_check(launch)
|
||||
endif()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue