[vlc-commits] [Git][videolan/vlc][master] 2 commits: CI: build uwp64 with meson

Steve Lhomme (@robUx4) gitlab at videolan.org
Sat Nov 30 06:31:45 UTC 2024



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
55d0db97 by Steve Lhomme at 2024-11-30T05:37:07+00:00
CI: build uwp64 with meson

All the modules are built as with autotools.

This is allowed to fail as the other meson target.
But it should be avoided as it may signal code not properly working with UWP.

- - - - -
c3636308 by Steve Lhomme at 2024-11-30T05:37:07+00:00
CI: test the UWP with a x86 target

It's the target that gives the most problem, even when x64 works.

Co-authored-by: Martin Finkel <martin at videolabs.io>

- - - - -


1 changed file:

- extras/ci/gitlab-ci.yml


Changes:

=====================================
extras/ci/gitlab-ci.yml
=====================================
@@ -191,15 +191,16 @@ win64-arm-llvm:
         # branch protection enabled on Windows.
         CONFIGFLAGS: --disable-branch-protection
 
-uwp64-libvlc-llvm:
+uwp32-libvlc-llvm:
     extends: .win-common
     image:
         name: $VLC_WIN_LLVM_UCRT_IMAGE
     variables:
-        <<: *variables-win64
+        <<: *variables-win32
         VLCARCH: win64-uwp
         LIBVLC_EXTRA_BUILD_FLAGS: -z
-        UWP_EXTRA_BUILD_FLAGS: -u -w -x -S 0x0A000007
+        UWP_EXTRA_BUILD_FLAGS: -u -w -x -S 0x0A000007 -m
+    allow_failure: true
 
 .nightly-win-common:
     extends: .win-common



View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/9b2907f59f03a619d92ec0d309dbbde5ff0da238...c36363081cba965e6ae13de14a43920e5385d344

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/9b2907f59f03a619d92ec0d309dbbde5ff0da238...c36363081cba965e6ae13de14a43920e5385d344
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the vlc-commits mailing list