[igt-dev] [PATCH i-g-t 3/4] gitlab-ci: Build docs by default
Daniel Vetter
daniel.vetter at ffwll.ch
Mon Oct 29 08:10:29 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.
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 12601cb7f200..2e04c0e84e1b 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