diff options
-rw-r--r-- | meson.build | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meson.build b/meson.build index 39e4947f..4a42eb2f 100644 --- a/meson.build +++ b/meson.build @@ -233,6 +233,11 @@ if get_option('test') endforeach endif +# Force enable the Vivid pipeline on the development branch only. +if 'vivid' not in pipelines + pipelines += ['vivid'] +endif + # Utilities are parsed first to provide support for other components. subdir('utils') |