[vlc-devel] [PATCH 2/2] CI: add a Raspbian target

Konstantin Pavlov thresh at videolan.org
Fri Mar 20 11:28:40 CET 2020


Hello,

On Fri, Mar 20, 2020 at 01:17:49PM +0300, Konstantin Pavlov wrote:
> > +#
> > +raspbian:
> > +    extends: .docker-template
> > +    image:
> > +        name: $VLC_RASPBIAN_IMAGE
> > +    script: |
> > +        if [ -n "$VLC_PREBUILT_CONTRIBS_URL" ]; then
> > +            echo "Building using prebuilt contribs at $VLC_PREBUILT_CONTRIBS_URL"
> > +            extras/package/raspberry/build.sh -p -x -a $HOST_ARCH
> > +        else
> > +            extras/package/raspberry/build.sh -c -x -a $HOST_ARCH
> > +        fi
> > +    variables: *variables-raspbian

And another thought:  if there is a slight chance we will have an aarch64
build for raspbian, maybe name this job raspbian-arm.

-- 
VideoLAN, Vice President
www.videolan.org
+7 926 165 45 31
@cryothresh


More information about the vlc-devel mailing list