You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/reusable-ros-tooling-source-build.yml
+13-1Lines changed: 13 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,17 @@ on:
24
24
required: false
25
25
default: ''
26
26
type: string
27
+
extra-cmake-args:
28
+
default: ''
29
+
description: Additional flags passed to CMake (using colcon build --cmake-args)
30
+
required: false
31
+
type: string
32
+
exclude_source_packages:
33
+
default: 'pinocchio'
34
+
description: |
35
+
Space-separated list of packages to exclude from source build (e.g. packages that should be installed via apt). Note: Also its dependencies will be excluded from source build.
0 commit comments