Initial gitlab-ci.yml
This commit is contained in:
parent
7c7290e8bb
commit
f720c450fc
4 changed files with 29 additions and 2 deletions
|
@ -17,6 +17,7 @@ if(BUILD_TESTING)
|
|||
find_package(rclcpp REQUIRED)
|
||||
find_package(std_msgs REQUIRED)
|
||||
find_package(std_srvs REQUIRED)
|
||||
find_package(tracetools REQUIRED)
|
||||
|
||||
add_executable(test_publisher
|
||||
src/test_publisher.cpp
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
<test_depend>ament_lint_common</test_depend>
|
||||
<test_depend>launch_ros</test_depend>
|
||||
<test_depend>python3-pytest</test_depend>
|
||||
<test_depend>tracetools_trace</test_depend>
|
||||
<test_depend>tracetools</test_depend>
|
||||
|
||||
<export>
|
||||
<build_type>ament_cmake</build_type>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue