Skip to content

Commit

Permalink
feat: add a build script (#33)
Browse files Browse the repository at this point in the history
* feat: add a build script

Signed-off-by: Manato HIRABAYASHI <[email protected]>

* style(pre-commit): autofix

---------

Signed-off-by: Manato HIRABAYASHI <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Akihito Ohsato <[email protected]>
  • Loading branch information
3 people authored Jun 28, 2023
1 parent 8b260ac commit 083ac88
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash
colcon build \
--symlink-install --cmake-args -DCMAKE_BUILD_TYPE=Release \
-DPython3_EXECUTABLE=$(which python3.6) -DCMAKE_CUDA_STANDARD=14 \
--packages-up-to edge_auto_jetson_launch

0 comments on commit 083ac88

Please sign in to comment.