mirror of
https://github.com/modelec/modelec-marcel-ROS.git
synced 2026-01-18 16:47:43 +01:00
5 lines
156 B
Bash
5 lines
156 B
Bash
#!/bin/bash
|
|
MAKELFAGS="-j1" colcon build --symlink-install --executor sequential --cmake-args -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
|
|
|
|
source install/setup.bash
|