summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2022-08-16 09:58:56 +0000
committerJens Georg <mail@jensge.org>2022-08-16 09:58:56 +0000
commite3598a582783dc2118c04b9f1a8f26b886210b8d (patch)
tree3a8567419f6174f0f8ca9796750e853c453c3597
parentf3687ceb99f9ef1ca2a9b173637c4353f9960462 (diff)
downloadgupnp-e3598a582783dc2118c04b9f1a8f26b886210b8d.tar.gz
ci: Track libsoup master again
-rw-r--r--.gitlab-ci.yml20
1 files changed, 17 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 58a8cb2..5e9e20a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -52,6 +52,10 @@ check-merge-request:
.build-template: &build
stage: build
script:
+ - git clone --depth=1 https://gitlab.gnome.org/GNOME/libsoup.git && pushd libsoup
+ - meson _build --prefix=/usr -Dtls_check=false -Ddocs=disabled
+ - ninja -C _build install
+ - popd
- meson . build --prefix=/usr -Db_coverage=true
- ninja -C build
artifacts:
@@ -61,12 +65,19 @@ check-merge-request:
.gupnp.fedora@common:
variables:
- BASE_TAG: '2022-05-25.0'
+ BASE_TAG: '2022-08-16.1'
FDO_UPSTREAM_REPO: GNOME/gupnp
- FDO_DISTRIBUTION_PACKAGES: 'clang clang-analyzer gcovr git libasan libubsan python3-gobject python3-pip xmlto gobject-introspection-devel gtk-doc libsoup3-devel libuuid-devel libxml2-devel vala ninja-build python3-setuptools'
+ FDO_DISTRIBUTION_PACKAGES: 'clang clang-analyzer gcovr git libasan libubsan python3-gobject python3-pip xmlto gobject-introspection-devel gtk-doc libxml2-devel vala ninja-build libnghttp2-devel libpsl-devel sqlite-devel python3-setuptools'
FDO_DISTRIBUTION_EXEC: |
dnf clean all &&
- pip3 install meson markdown gi-docgen jinja2 Markdown markupsafe pygments toml typogrify
+ pip3 install meson markdown jinja2 Markdown markupsafe pygments toml typogrify gi-docgen
+
+.soup3:
+ before_script:
+ - git clone --depth=1 https://gitlab.gnome.org/GNOME/libsoup.git && pushd libsoup
+ - meson _build --prefix=/usr -Dtls_check=false -Ddocs=disabled
+ - ninja -C _build install
+ - popd
.gupnp.fedora:36@x86_64:
extends: .gupnp.fedora@common
@@ -131,6 +142,7 @@ test-fedora@x86_64:
extends:
- .fdo.distribution-image@fedora
- .gupnp.fedora:36@x86_64
+ - .soup3
needs:
- build-fedora@x86_64
<<: *test
@@ -165,6 +177,7 @@ static-scan:
extends:
- .fdo.distribution-image@fedora
- .gupnp.fedora:36@x86_64
+ - .soup3
stage: analysis
needs:
- build-fedora-container@x86_64
@@ -212,6 +225,7 @@ pages:
extends:
- .fdo.distribution-image@fedora
- .gupnp.fedora:36@x86_64
+ - .soup3
stage: website
script:
- meson doc-build -Dgtk_doc=true