summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2019-09-03 08:31:41 -0500
committerFederico Mena Quintero <federico@gnome.org>2019-09-03 08:31:41 -0500
commite7631dbb93207340c99e54a3826047986eb8750d (patch)
treec9c55989af53f02870f5a9957c68f10cca09d834 /.gitlab-ci.yml
parent68e4ca4e9aed32889f6fc987a8ad003072dcb857 (diff)
downloadlibrsvg-e7631dbb93207340c99e54a3826047986eb8750d.tar.gz
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.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
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