summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2022-09-06 15:13:39 -0500
committerFederico Mena Quintero <federico@gnome.org>2022-09-08 10:31:54 -0500
commitb5987a46676b9a78afcd540f703f6f3115774230 (patch)
treef63e12198d1b88a79e901d7dc6b937fd212a4d24
parentebb4b168187126d417838ff8ac8281416095ce0b (diff)
downloadlibrsvg-b5987a46676b9a78afcd540f703f6f3115774230.tar.gz
CI: don't "make" before "make distcheck"
-rw-r--r--.gitlab-ci.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1ce8d3b9..cf1ea7ce 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -384,7 +384,6 @@ distcheck:
LIBRSVG_DEBUG: "no"
script:
- ./autogen.sh --enable-vala
- - make
- make distcheck
artifacts:
when: 'on_success'