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