Skip to content

Commit

Permalink
Merge source ROS with build step
Browse files Browse the repository at this point in the history
  • Loading branch information
4c3y committed Jan 10, 2024
1 parent edddd23 commit 12f740e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/coverage_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,8 @@ jobs:
- name: Install gcovr
run: sudo apt install -y gcovr

- name: Source ROS
run: source /opt/ros/${{ matrix.rosdistro }}/setup.bash
working-directory: catkin_ws
shell: bash

- name: Build lpp
run: mkdir build && cd build && cmake .. -DCMAKE_BUILD_TYPE="Debug" -DENABLE_COVERAGE=1 && make
run: source /opt/ros/${{ matrix.rosdistro }}/setup.bash && mkdir build && cd build && cmake .. -DCMAKE_BUILD_TYPE="Debug" -DENABLE_COVERAGE=1 && make
working-directory: catkin_ws/src/lpp
shell: bash

Expand Down

0 comments on commit 12f740e

Please sign in to comment.