While we're at it, rename it to reflect that we're now also testing docs
here.
Reviewed-by: Michel Dänzer <mdaenzer@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5469>
- local: '.gitlab-ci/test-source-dep.yml'
stages:
- - container
+ - container+docs
- container-2
- meson-x86_64
- scons
.docs-base:
image: alpine
- stage: deploy
script:
- apk --no-cache add py3-pip
- pip3 install sphinx sphinx_rtd_theme
pages:
extends: .docs-base
+ stage: deploy
artifacts:
paths:
- public
test-docs:
extends: .docs-base
+ stage: container+docs
except:
refs:
- master@mesa/mesa
# repository's registry will be used there as well.
.container:
- stage: container
+ stage: container+docs
extends:
- .ci-run-policy
rules:
extends:
- .container
- .windows-docker-vs2019
- stage: container
+ stage: container+docs
variables:
GIT_STRATEGY: fetch # we do actually need the full repository though
timeout: 4h # LLVM takes ages