Import instrumented branches from source for re-compilation

This commit is contained in:
Christophe Bedard 2019-10-18 19:19:47 -07:00
parent 51a6eb636b
commit 758e018ef5
2 changed files with 10 additions and 1 deletions

View file

@ -15,7 +15,7 @@ variables:
- build/*/pytest.xml
before_script:
- vcs import < instrumentation.repos
- vcs import < instrumented.repos
- . /root/ws/install/local_setup.sh
tracing_enabled:

9
instrumented.repos Normal file
View file

@ -0,0 +1,9 @@
repositories:
ros2/rcl:
type: git
url: https://github.com/ros2/rcl.git
version: master
ros2/rclcpp:
type: git
url: https://github.com/ros2/rclcpp.git
version: master