summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2021-04-22 13:09:12 +0200
committerBastien Nocera <hadess@hadess.net>2021-04-22 14:59:10 +0200
commit06034e1411b8a10d677f683aabd3b4c1bb7d3dc4 (patch)
tree9ad200bdd6519c14e34af1cd37408bd9e0f4a437
parent81d3d3d52a96c538c6d935a0298d41477312b61a (diff)
ci: Add ABI check
-rw-r--r--.gitlab-ci.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 86535ce..f5c939c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -23,6 +23,7 @@ variables:
umockdev
python3-dbus
python3-dbusmock
+ LAST_ABI_BREAK: "e294444496e8bbcd91a3605874f59562e14c34ec"
build_stable:
before_script:
@@ -35,3 +36,6 @@ build_stable:
- make install
- make check
- make distcheck
+ - cd ..
+ - curl https://gitlab.freedesktop.org/hadess/check-abi/-/raw/main/contrib/check-abi-fedora.sh | bash
+ - check-abi ${LAST_ABI_BREAK} $(git rev-parse HEAD)