[igt-dev] [PATCH i-g-t 3/4] gitlab-ci: Build docs by default
Daniel Vetter
daniel.vetter at ffwll.ch
Tue Oct 30 12:22:14 UTC 2018
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 <eric at anholt.net>
Reviewed-by: Petri Latvala <petri.latvala at intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter at intel.com>
---
.gitlab-ci.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e0251d0a56e4..bec09e3e15c5 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
--
2.19.1
More information about the igt-dev
mailing list