Skip to content
Snippets Groups Projects
Commit 239b25bc authored by Martin Finkel's avatar Martin Finkel Committed by Steve Lhomme
Browse files

CI: Add arm64 uwp job


Signed-off-by: default avatarSteve Lhomme <robux4@ycbcr.xyz>
parent 752a6c48
No related branches found
No related tags found
No related merge requests found
Pipeline #26069 passed with stage
in 1 hour, 33 minutes, and 28 seconds
......@@ -43,6 +43,11 @@ variables:
HOST_ARCH: x86_64
TRIPLET: $HOST_ARCH-w64-mingw32
.variables-uwp-arm64: &variables-uwp-arm64
SHORTARCH: arm64
HOST_ARCH: aarch64
TRIPLET: $HOST_ARCH-w64-mingw32
.variables-macos: &variables-macos
VLC_PATH: /Users/videolanci/sandbox/bin
VLC_FORCE_KERNELVERSION: 18
......@@ -154,6 +159,15 @@ uwp64-libvlc-llvm:
LIBVLC_EXTRA_BUILD_FLAGS: -z
UWP_EXTRA_BUILD_FLAGS: -u -w -x
uwp-arm64-libvlc-llvm:
extends: .win-common
image:
name: $VLC_UWP_LLVM_IMAGE
variables:
<<: *variables-uwp-arm64
LIBVLC_EXTRA_BUILD_FLAGS: -z
UWP_EXTRA_BUILD_FLAGS: -u -w -x
.nightly-win-common:
extends: .win-common
only:
......
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