]> xenbits.xensource.com Git - libvirt.git/commit
.gitlab-ci.yml: Convert the native build job to the build.sh usage
authorErik Skultety <eskultet@redhat.com>
Thu, 24 Aug 2023 14:05:16 +0000 (16:05 +0200)
committerErik Skultety <eskultet@redhat.com>
Tue, 12 Sep 2023 09:36:03 +0000 (11:36 +0200)
commitf688a53a3e97726c5d9a656de3fa0cfa10a24815
treec9d95106655f8ce4146cd9b63d23475f4f183ccd
parent3104dee434a5834b1113e464d90f60034f1c9e16
.gitlab-ci.yml: Convert the native build job to the build.sh usage

Individual shell command executions are replaced by respective
functions in the ci/build.sh base script. This will make sure we use
the same recipes in GitLab jobs as well as in local executions.

Signed-off-by: Erik Skultety <eskultet@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
.gitlab-ci.yml