Skip to content

Commit

Permalink
added test instrumentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisTimperley committed Jun 19, 2018
1 parent e0d567e commit 9a0513a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile.instrumentation
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,8 @@ RUN . /opt/ros/${ROS_DISTRO}/setup.sh \
-DCMAKE_CXX_FLAGS="--coverage" \
-DCMAKE_LD_FLAGS="--coverage" \
&& catkin build
RUN catkin build \
--continue-on-failure \
--no-status \
--make-args tests \
|| exit 0

0 comments on commit 9a0513a

Please sign in to comment.