Skip to content

Commit

Permalink
build with catkin_make with same arguments as catkin build
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasw committed Dec 31, 2023
1 parent ff4f78e commit c5ffceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu_22_04.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ jobs:
mkdir catkin_make_ws
cd catkin_make_ws
ln -s ../install_catkin_ws/src
catkin_make
catkin_make --cmake-args -DCMAKE_BUILD_TYPE=Release -Wno-deprecated -DCMAKE_CXX_STANDARD_INCLUDE_DIRECTORIES=$DEST/include
source devel/setup.bash
catkin_make run_tests
catkin_test_results
Expand Down

0 comments on commit c5ffceb

Please sign in to comment.