summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2021-10-13 12:50:17 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2021-10-13 13:03:52 +0100
commit63e06e202f14581e3a01c5dbef9224ff7ac9e63f (patch)
tree8c6f0ebb34b640f12ae841c710fc2e3044da38d7 /.gitlab-ci.yml
parentde55bfd77406744a4dddd025af826870d7810dea (diff)
downloadlibgweather-63e06e202f14581e3a01c5dbef9224ff7ac9e63f.tar.gz
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.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml30
1 files changed, 0 insertions, 30 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b1b10dc..4e55c65 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