[PATCH] doc: First attempt at CD

Sean Paul sean at poorly.run
Wed Aug 29 17:04:05 UTC 2018


On Wed, Aug 29, 2018 at 05:01:17PM +0200, Daniel Vetter wrote:
> This gives us a nice
> 
> https://drm.pages.freedesktop.org/maintainer-tools
> 
> Which means we can simply change the old place to a web redirect, and
> it'll all work out with the new location. Plus disable the
> intel-gfx-ci job for maintainer-tools ofc.
> 
> Cc: Arkadiusz Hiler <arkadiusz.hiler at intel.com>
> Cc: Daniel Stone <daniels at collabora.com>

Reviewed-by: Sean Paul <seanpaul at chromium.org>

> Signed-off-by: Daniel Vetter <daniel.vetter at intel.com>
> ---
>  .gitlab-ci.yml | 12 ++++++++++++
>  1 file changed, 12 insertions(+)
> 
> diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
> index 9050d3eaf4e8..a23c324e1967 100644
> --- a/.gitlab-ci.yml
> +++ b/.gitlab-ci.yml
> @@ -7,3 +7,15 @@ check:
>      stage: build
>      script:
>        - make check
> +
> +pages:
> +    stage: deploy
> +    script:
> +      - make html
> +      - cp -r _build/html public
> +    artifacts:
> +        paths:
> +          - public
> +    only:
> +        refs:
> +          - master
> -- 
> 2.18.0
> 
> _______________________________________________
> dim-tools mailing list
> dim-tools at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/dim-tools

-- 
Sean Paul, Software Engineer, Google / Chromium OS


More information about the dim-tools mailing list