[libgudev/wip/hadess/234: 1/2] ci: Make sure to run "make dist" in the CI
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgudev/wip/hadess/234: 1/2] ci: Make sure to run "make dist" in the CI
- Date: Tue, 15 Sep 2020 13:35:45 +0000 (UTC)
commit b763c8f19d9c76e4ac918207dd2a2e7e4ddaece9
Author: Bastien Nocera <hadess hadess net>
Date: Tue Sep 15 15:27:57 2020 +0200
ci: Make sure to run "make dist" in the CI
.gitlab-ci.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 763c5cc..f633dc6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,10 +8,11 @@ build-fedora:
image: fedora:latest
stage: test
before_script:
- - dnf install -y gcc redhat-rpm-config libtool automake autoconf gtk-doc make glib2-devel systemd-devel
umockdev-devel git libabigail gnome-common
+ - dnf install -y gcc redhat-rpm-config libtool automake autoconf gtk-doc make glib2-devel systemd-devel
umockdev-devel git libabigail gnome-common xz
script:
- ./autogen.sh --disable-dependency-tracking
- make
- make install
- make check
- ./.ci/check-abi ${LAST_ABI_BREAK} $(git rev-parse HEAD)
+ - make distcheck
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]