diff --git a/pkg/build/pipelines/meson/test.yaml b/pkg/build/pipelines/meson/test.yaml new file mode 100644 index 000000000..d0c725705 --- /dev/null +++ b/pkg/build/pipelines/meson/test.yaml @@ -0,0 +1,15 @@ +name: Test project with meson + +needs: + packages: + - meson + +inputs: + output-dir: + description: | + The output directory for the Meson test. + default: output + +pipeline: + - runs: | + meson test -C ${{inputs.output-dir}}