Skip to content

Commit

Permalink
add build script
Browse files Browse the repository at this point in the history
  • Loading branch information
sourishg committed Sep 24, 2017
1 parent da4540d commit f0e840c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.sh
@@ -0,0 +1,6 @@
echo "Building ROS nodes"

mkdir build || true
cd build
cmake .. -DROS_BUILD_TYPE=Release
make -j

0 comments on commit f0e840c

Please sign in to comment.