[vlc-commits] [Git][videolan/vlc][master] CI: add xrOS pipeline on the new xcode15 runner

Steve Lhomme (@robUx4) gitlab at videolan.org
Fri Jun 21 09:45:08 UTC 2024



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
c20f510d by Felix Paul Kühne at 2024-06-21T06:40:49+00:00
CI: add xrOS pipeline on the new xcode15 runner

- - - - -


1 changed file:

- extras/ci/gitlab-ci.yml


Changes:

=====================================
extras/ci/gitlab-ci.yml
=====================================
@@ -97,6 +97,12 @@ variables:
         TRIPLET: $HOST_ARCH-apple-appletvos
         SDKNAME: appletvos
 
+.variables-xros-arm64: &variables-xros-arm64
+        VLC_PATH: /Users/videolanci/sandbox/bin
+        HOST_ARCH: arm64
+        TRIPLET: $HOST_ARCH-apple-xros
+        SDKNAME: xros
+
 .variables-android-arm: &variables-android-arm
         ANDROID_ARCH: arm
         TRIPLET: arm-linux-androideabi
@@ -576,6 +582,12 @@ tvos-arm64:
     extends: .apple-os-common
     variables: *variables-tvos-arm64
 
+xros-arm64:
+    extends: .apple-os-common
+    tags:
+        - macos-xcode15
+    variables: *variables-xros-arm64
+
 #
 # Android
 #



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/c20f510de2266e7ec13d80209a96cd21e25af141

-- 
This project does not include diff previews in email notifications.
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/c20f510de2266e7ec13d80209a96cd21e25af141
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