From 445c205139f4b0986bc4f56ad94494275fe68e59 Mon Sep 17 00:00:00 2001 From: Daniel Vetter Date: Tue, 30 Oct 2018 13:22:14 +0100 Subject: gitlab-ci: Build docs by default I just realized that when you push to a non-HEAD branch, then gitlab doesn't bother to build the deploy stage. Which means if you push to a branch, then that's not properly tested. So build docs right away. We're not going to waste anything, since the deploy:pages job will pick up right from where we left. Reviewed-by: Eric Anholt Reviewed-by: Petri Latvala Signed-off-by: Daniel Vetter --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e0251d0a..bec09e3e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,6 +24,7 @@ build:tests-fedora: script: - meson $MESON_OPTIONS build - ninja -C build + - ninja -C build igt-gpu-tools-doc artifacts: paths: - build -- cgit v1.2.3