[vlc-devel] [PATCH v2] CI: Add doxygen job
Hugo Beauzée-Luyssen
hugo at beauzee.fr
Wed Oct 30 13:21:23 CET 2019
On Wed, Oct 30, 2019, at 12:42 PM, Marvin Scholz wrote:
> ---
> extras/ci/gitlab-ci.yml | 25 ++++++++++++++++++++++++-
> 1 file changed, 24 insertions(+), 1 deletion(-)
>
> diff --git a/extras/ci/gitlab-ci.yml b/extras/ci/gitlab-ci.yml
> index 6f2766a9ab..535861c729 100644
> --- a/extras/ci/gitlab-ci.yml
> +++ b/extras/ci/gitlab-ci.yml
> @@ -11,7 +11,7 @@ variables:
> VLC_WIN32_IMAGE:
> registry.videolan.org/vlc-debian-win32:20190416165205
> VLC_WIN64_IMAGE:
> registry.videolan.org/vlc-debian-win64:20190416180622
> VLC_WIN_LLVM_IMAGE:
> registry.videolan.org/vlc-debian-llvm-mingw:20190621125349
> - VLC_DEBIAN_IMAGE:
> registry.videolan.org/vlc-debian-unstable:20190416182140
> + VLC_DEBIAN_IMAGE:
> registry.videolan.org/vlc-debian-unstable:20191023134128
> VLC_ANDROID_IMAGE:
> registry.videolan.org/vlc-debian-android:20190717134531
>
> .variables-debian: &variables-debian
> @@ -318,3 +318,26 @@ android-x86_64-contrib:
> extends: .android-contrib
> variables: *variables-android-x86_64
>
> +
> +#
> +# VLC Documentation
> +#
> +pages:
> + tags:
> + - docker
> + - amd64
> + - zorin
> + image:
> + name: $VLC_DEBIAN_IMAGE
> + stage: build
> + script:
> + - ./bootstrap
> + - ./configure
> + - make doc
> + - mv doc/doxygen/html public
> + artifacts:
> + paths:
> + - public
> + only:
> + - master
> + when: manual
Shouldn't this be "only: schedules" instead?
--
Hugo Beauzée-Luyssen
hugo at beauzee.fr
More information about the vlc-devel
mailing list