Skip to content

Commit

Permalink
Added build flag to ignore tests during build
Browse files Browse the repository at this point in the history
  • Loading branch information
willjohnsonk committed Mar 29, 2024
1 parent 646fd51 commit 4591ca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
source /opt/ros/humble/install/setup.bash

cd ~/
colcon build --cmake-args -DCMAKE_BUILD_TYPE=Release --packages-up-to dsrc_driver
colcon build --cmake-args -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=OFF --packages-up-to dsrc_driver

0 comments on commit 4591ca3

Please sign in to comment.