Skip to content

Commit 2092ca4

Browse files
enable all pipelines
1 parent c9f5296 commit 2092ca4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

colcon.pkg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
meson-args:
2+
- -Dpipelines=['all']

meson_options.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ option('lc-compliance',
4343

4444
option('pipelines',
4545
type : 'array',
46-
value : ['auto'],
46+
value : ['all'],
4747
choices : [
4848
'all',
4949
'auto',

0 commit comments

Comments
 (0)