Skip to content

Commit

Permalink
Enable package build in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Levi-Armstrong committed Jan 15, 2025
1 parent d0f9578 commit 1dda0fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ jobs:
rosdep-enabled: true
vcs-file: dependencies.repos
target-path: target_ws/src
target-args: --cmake-args -DCMAKE_BUILD_TYPE=Debug -DDESCARTES_ENABLE_TESTING=ON -DDESCARTES_ENABLE_CLANG_TIDY=ON
target-args: --cmake-args -DCMAKE_BUILD_TYPE=Debug -DDESCARTES_ENABLE_TESTING=ON -DDESCARTES_ENABLE_CLANG_TIDY=ON -DDESCARTES_PACKAGE=ON
run-tests: true

0 comments on commit 1dda0fe

Please sign in to comment.