[libdvdcss-devel] [Git][videolan/libdvdcss][master] 2 commits: CI: split macOS builds for arm64/x86_64
Jean-Baptiste Kempf (@jbk)
gitlab at videolan.org
Wed Aug 6 15:27:50 UTC 2025
Jean-Baptiste Kempf pushed to branch master at VideoLAN / libdvdcss
Commits:
871d32c5 by Steve Lhomme at 2025-08-06T15:30:21+02:00
CI: split macOS builds for arm64/x86_64
- - - - -
8e499113 by Steve Lhomme at 2025-08-06T15:30:21+02:00
CI: add Windows arm64 target
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -25,12 +25,24 @@ build-debian:
- ../configure
- make -j $(getconf _NPROCESSORS_ONLN)
-build-macos:
+build-macos-x86_64:
extends: .build-common
tags:
- - catalina
- - amd64
+ - old-macmini
script:
+ - export PATH="/Users/videolanci/sandbox/bin:${PATH}"
+ - autoreconf -fisv
+ - mkdir build
+ - cd build
+ - ../configure
+ - make -j $(getconf _NPROCESSORS_ONLN)
+
+build-macos-arm64:
+ extends: .build-common
+ tags:
+ - monterey
+ script:
+ - export PATH="/Users/videolanci/sandbox/bin:${PATH}"
- autoreconf -fisv
- mkdir build
- cd build
@@ -47,6 +59,16 @@ build-win64:
- ../configure --host=x86_64-w64-mingw32
- make -j $(getconf _NPROCESSORS_ONLN)
+build-winarm64:
+ extends: .build-docker
+ image: registry.videolan.org/vlc-debian-llvm-ucrt:20241118101328
+ script:
+ - autoreconf -fisv
+ - mkdir build
+ - cd build
+ - ../configure --host=aarch64-w64-mingw32
+ - make -j $(getconf _NPROCESSORS_ONLN)
+
build-win32:
extends: .build-docker
image: registry.videolan.org/vlc-debian-win32:20201106141924
View it on GitLab: https://code.videolan.org/videolan/libdvdcss/-/compare/d0b6a291c24eda3727ad5c7a14956fc1fc82446d...8e499113b6452cdce593bd70802af6ed0472db47
--
View it on GitLab: https://code.videolan.org/videolan/libdvdcss/-/compare/d0b6a291c24eda3727ad5c7a14956fc1fc82446d...8e499113b6452cdce593bd70802af6ed0472db47
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the libdvdcss-devel
mailing list