Skip to content

Commit 2b55c5d

Browse files
author
Aaron Roller
authored
ci: increased build jobs to 8
1 parent 5903f83 commit 2b55c5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
SHELL := /bin/bash
22

33
default:
4-
source /opt/ros/melodic/setup.bash && cd catkin_ws && catkin clean -f -i -y && catkin build -j3
4+
source /opt/ros/melodic/setup.bash && cd catkin_ws && catkin clean -f -i -y && catkin build -j8
55
rm -f catkin_ws/install/lib/pkgconfig/catkin_tools_prebuild.pc
66
@echo "Built!!!!"
77

0 commit comments

Comments
 (0)