[librsvg: 2/9] Run "make" before "make distcheck" in the CI
- From: Federico Mena Quintero <federico src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [librsvg: 2/9] Run "make" before "make distcheck" in the CI
- Date: Wed, 4 Sep 2019 00:06:54 +0000 (UTC)
commit e7631dbb93207340c99e54a3826047986eb8750d
Author: Federico Mena Quintero <federico gnome org>
Date: Tue Sep 3 08:31:41 2019 -0500
Run "make" before "make distcheck" in the CI
In theory a plain "make distcheck" right after autogen.sh should be
enough, but the build process in the doc/ directory is trying to link
to ../librsvg-2.la when that hasn't been built yet.
.gitlab-ci.yml | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 467f9916..d78f6d90 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -155,6 +155,7 @@ tarball:
- mkdir -p _build
- cd _build
- ../autogen.sh --enable-gtk-doc --enable-vala
+ - make # in theory shouldn't be needed, but "make distcheck" fails otherwise?
- make distcheck DESTDIR=/tmp/distcheck
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]