mirror of
https://github.com/EECS-467-W20-RRRobot-Project/RRRobot.git
synced 2025-09-01 03:43:13 +00:00
Fixed build script to only continue if it was successful
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
catkin_make clean
|
catkin_make clean &&
|
||||||
catkin_make
|
catkin_make &&
|
||||||
catkin_make install
|
catkin_make install &&
|
||||||
|
|
||||||
source devel/setup.bash
|
source devel/setup.bash
|
||||||
|
Reference in New Issue
Block a user