Skip to content
Snippets Groups Projects
Commit ca4af7b7 authored by Steve Lhomme's avatar Steve Lhomme
Browse files

CI: remove win64-llvm target

We already build Win64 with gcc and Win32 with LLVM.
This is redundant to test the code is building in the target and with the compiler.
There's also the UWP target that uses LLVM with the Win64 code.

We only need the nightly build which will only rebuild contribs when necessary.
parent 3932c3d3
No related branches found
No related tags found
1 merge request!6375CI: remove win64-llvm target
Pipeline #537357 passed with stage
in 37 minutes and 52 seconds
......@@ -179,12 +179,6 @@ win64:
<<: *variables-win64
LIBVLC_EXTRA_BUILD_FLAGS: -x
win64-llvm:
extends: .win-common
image:
name: $VLC_WIN_LLVM_MSVCRT_IMAGE
variables: *variables-win64
win64-arm-llvm:
extends: .win-common
image:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment