[libgweather/ebassi/gtk4: 4/5] ci: Drop the ABI check
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgweather/ebassi/gtk4: 4/5] ci: Drop the ABI check
- Date: Wed, 13 Oct 2021 12:04:02 +0000 (UTC)
commit 63e06e202f14581e3a01c5dbef9224ff7ac9e63f
Author: Emmanuele Bassi <ebassi gnome org>
Date: Wed Oct 13 12:50:17 2021 +0100
ci: Drop the ABI check
We know the ABI is going to change, but we're also going to keep the API
stable after the next major release.
.ci/check-abi | 114 ---------------------------------------------------------
.gitlab-ci.yml | 30 ---------------
2 files changed, 144 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b1b10dc0..4e55c65b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -104,36 +104,6 @@ fedora-x86_64:
MESON_VERSION: "0.55.3"
MESON_EXTRA_FLAGS: "--buildtype=debug -Dwerror=true -Dgtk_doc=false"
-abi-check:
- extends: .build-setup
- stage: analysis
- needs: []
- variables:
- PROJECT_DEPS:
- geocode-glib-devel
- gettext
- git
- gobject-introspection-devel
- gtk3-devel
- itstool
- libabigail
- libsoup-devel
- libxml2-devel
- ninja-build
- pylint
- python3
- python3-gobject
- python3-pip
- python3-wheel
- redhat-rpm-config
- vala
- MESON_VERSION: "0.55.3"
- LAST_ABI_BREAK: f1f0bdd9ab47ff8ddba17e2125802c928226da64
- script:
- - meson setup --prefix /usr -Dgtk_doc=false _build .
- - meson compile -C _build
- - ./.ci/check-abi ${LAST_ABI_BREAK} $(git rev-parse HEAD)
-
static-scan:
extends: .build-setup
stage: analysis
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]