[NetworkManager-fortisslvpn/lr/gtk-4.0: 1/6] build: do a "make dist" insteadof "make distcheck" in build phase
- From: Lubomir Rintel <lkundrak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [NetworkManager-fortisslvpn/lr/gtk-4.0: 1/6] build: do a "make dist" insteadof "make distcheck" in build phase
- Date: Tue, 18 Jan 2022 19:39:33 +0000 (UTC)
commit 223fbbe28cd995edb6e66556d38ddd6dd8431955
Author: Lubomir Rintel <lkundrak v3 sk>
Date: Tue Jan 18 20:17:34 2022 +0100
build: do a "make dist" insteadof "make distcheck" in build phase
We run this on an old-ish image and just want a tarball. We do run tests
later in the pipeline on fedora:latest.
.gitlab-ci.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5f1e95f..4b9778a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -58,7 +58,7 @@ fedora28_dist:
NetworkManager-glib-devel
libnm-gtk-devel
- sh autogen.sh
- - make -j distcheck
+ - make -j dist
artifacts:
paths:
- "*.xz"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]