[libvirt PATCH v2 12/35] ci: build.sh: Add a wrapper function over the 'website' job

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This helper is a shell function transcript of its original GitLab CI
counterpart.

Signed-off-by: Erik Skultety <eskultet@xxxxxxxxxx>
Erik Skultety <eskultet@xxxxxxxxxx>:
---
 ci/build.sh | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/ci/build.sh b/ci/build.sh
index c558b4c9ca..8e1619d483 100644
--- a/ci/build.sh
+++ b/ci/build.sh
@@ -85,3 +85,10 @@ run_rpmbuild() {
                 --define '_without_mingw 1' \
                 -ta build/meson-dist/libvirt-*.tar.xz
 }
+
+run_website_build() {
+    export DESTDIR="${GIT_ROOT}/install"
+    BUILD_ARGS="install-web"
+
+    run_build
+}
-- 
2.41.0




[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]

  Powered by Linux