[gssdp/wip/ci] ci: Install libsoup3 before all steps
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gssdp/wip/ci] ci: Install libsoup3 before all steps
- Date: Sat, 12 Feb 2022 12:20:47 +0000 (UTC)
commit 686d233bf5a49f35b0f0df785019618f27fb6406
Author: Jens Georg <mail jensge org>
Date: Sat Feb 12 13:20:31 2022 +0100
ci: Install libsoup3 before all steps
.gitlab-ci.yml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 425749f..57c3359 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -51,11 +51,6 @@ check-merge-request:
.build-template: &build
stage: build
- before_script:
- - git clone --depth=1 https://gitlab.gnome.org/GNOME/libsoup.git && pushd libsoup
- - meson _build --prefix=/usr -Dtls_check=false -Dgtk_doc=false
- - ninja -C _build install
- - popd
script:
- meson . build --prefix=/usr -Db_coverage=true
- ninja -C build
@@ -81,6 +76,11 @@ check-merge-request:
variables:
FDO_DISTRIBUTION_VERSION: 35
FDO_DISTRIBUTION_TAG: "x86_64-${BASE_TAG}"
+ before_script:
+ - git clone --depth=1 https://gitlab.gnome.org/GNOME/libsoup.git && pushd libsoup
+ - meson _build --prefix=/usr -Dtls_check=false -Dgtk_doc=false
+ - ninja -C _build install
+ - popd
build-fedora-container@x86_64:
extends:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]