Browse Source

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.
pull/134/head
Steve Lhomme 4 years ago
committed by François Cartegnie
parent
commit
b5923a21d6
  1. 4
      extras/ci/gitlab-ci.yml

4
extras/ci/gitlab-ci.yml

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

Loading…
Cancel
Save