[vlc-devel] [PATCH v2] CI: Add doxygen job

Marvin Scholz epirat07 at gmail.com
Wed Oct 30 14:05:31 CET 2019



On 30 Oct 2019, at 13:21, Hugo Beauzée-Luyssen wrote:

> 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?
>

Indeed you are right, I misunderstood what `when: manual`
was for.

> -- 
>   Hugo Beauzée-Luyssen
>   hugo at beauzee.fr
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel


More information about the vlc-devel mailing list