Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
klaxalk committed Nov 29, 2023
1 parent 66b9f8c commit a180a1f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .ci/publish_coverage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ trap 'echo "$0: \"${last_command}\" command failed with exit code $?"' ERR

ARTIFACT_FOLDER=$1

sudo apt-get -y -q install lcov

# are there any coverage files?

ARGS=""
Expand Down
4 changes: 2 additions & 2 deletions .ci/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ cd $WORKSPACE
source /opt/ros/noetic/setup.bash
catkin init

catkin config --profile reldeb --cmake-args -DCMAKE_BUILD_TYPE=RelWithDebInfo
catkin profile set reldeb
catkin config --profile debug --cmake-args -DCMAKE_BUILD_TYPE=Debug
catkin profile set debug

cd src

Expand Down

0 comments on commit a180a1f

Please sign in to comment.