Skip to content

Commit

Permalink
added coverage and test cmake args
Browse files Browse the repository at this point in the history
  • Loading branch information
klaxalk committed Dec 9, 2023
1 parent b09dcd6 commit 2c32258
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .ci/build_for_testing.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ rosdep install --from-path .

echo "$0: building the workspace"

catkin build --limit-status-rate 0.2
catkin build --limit-status-rate 0.2 --catkin-make-args tests
catkin build --limit-status-rate 0.2 --cmake-args "-DCOVERAGE=true -DTESTING=true"
catkin build --limit-status-rate 0.2 --cmake-args "-DCOVERAGE=true -DTESTING=true" --catkin-make-args tests

echo "$0: tar the workspace"

Expand Down
4 changes: 2 additions & 2 deletions .ci/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ rosdep install --from-path .

echo "$0: building the workspace"

catkin build --limit-status-rate 0.2
catkin build --limit-status-rate 0.2 --catkin-make-args tests
catkin build --limit-status-rate 0.2 --cmake-args "-DCOVERAGE=true -DTESTING=true"
catkin build --limit-status-rate 0.2 --cmake-args "-DCOVERAGE=true -DTESTING=true" --catkin-make-args tests

echo "$0: testing"

Expand Down

0 comments on commit 2c32258

Please sign in to comment.