[vlc-devel] [PATCH] CI: add a LLVM win32 target
Steve Lhomme
robux4 at ycbcr.xyz
Thu Jun 18 12:44:58 CEST 2020
Ultimately we may do the official builds with LLVM so we should at least
have the matching CI.
We could/should also add arm64 targets. We don't have any yet. It's all
in the LLVM MINGW dockers (both mscvrt and ucrt ones).
On 2020-06-18 12:40, Steve Lhomme wrote:
> ---
> extras/ci/gitlab-ci.yml | 8 ++++++++
> 1 file changed, 8 insertions(+)
>
> diff --git a/extras/ci/gitlab-ci.yml b/extras/ci/gitlab-ci.yml
> index d9303289f0a4..ce5ba79dabc6 100644
> --- a/extras/ci/gitlab-ci.yml
> +++ b/extras/ci/gitlab-ci.yml
> @@ -125,6 +125,14 @@ win64:
> name: $VLC_WIN64_IMAGE
> variables: *variables-win64
>
> +win32-llvm:
> + extends: .win-common
> + image:
> + name: $VLC_WIN_LLVM_IMAGE
> + variables:
> + <<: *variables-win32
> + WINE_SDK_PATH: /usr/include/wine/wine/windows/
> +
> win64-llvm:
> extends: .win-common
> image:
> --
> 2.26.2
>
> _______________________________________________
> 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