Skip to content
Snippets Groups Projects
Commit b5923a21 authored by Steve Lhomme's avatar Steve Lhomme Committed by François Cartegnie
Browse files

CI: bump the build version of UWP targets to Windows 1809/RS5

Our UCRT build already has the same version, so we should match the same value
we support. The UWP builds require UCRT.
parent a84e2e72
No related branches found
No related tags found
No related merge requests found
......@@ -171,7 +171,7 @@ win64-arm-llvm:
variables:
<<: *variables-win64-arm
LIBVLC_EXTRA_BUILD_FLAGS: -z
UWP_EXTRA_BUILD_FLAGS: -u -w -x
UWP_EXTRA_BUILD_FLAGS: -u -w -x -S 0x0A000006
uwp64-libvlc-llvm:
extends: .win-common
......@@ -180,7 +180,7 @@ uwp64-libvlc-llvm:
variables:
<<: *variables-win64
LIBVLC_EXTRA_BUILD_FLAGS: -z
UWP_EXTRA_BUILD_FLAGS: -u -w -x
UWP_EXTRA_BUILD_FLAGS: -u -w -x -S 0x0A000006
.nightly-win-common:
extends: .win-common
......
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