This helper is a shell function transcript of its original GitLab CI
counterpart.
Signed-off-by: Erik Skultety <eskultet(a)redhat.com>
---
ci/build.sh | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/ci/build.sh b/ci/build.sh
index d4fbf0ab37..c2f54707ce 100644
--- a/ci/build.sh
+++ b/ci/build.sh
@@ -47,3 +47,10 @@ run_meson_setup() {
run_cmd "$CMD"
}
+
+run_build() {
+ local CMD="meson compile -C build $BUILD_ARGS"
+
+ run_meson_setup
+ run_cmd "$CMD"
+}
--
2.41.0