2021-01-12 16:09:36 +00:00
|
|
|
Version: 2
|
|
|
|
Configurations:
|
2021-12-03 14:10:26 +00:00
|
|
|
|
|
|
|
# =========================================================================
|
|
|
|
# Packaging. Universal build with both x86_64 and arm64 architectures.
|
|
|
|
# =========================================================================
|
|
|
|
|
|
|
|
# Build on recent macOS version with latest Xcode
|
|
|
|
|
2022-03-09 08:52:20 +00:00
|
|
|
-
|
2022-09-08 15:04:36 +00:00
|
|
|
Id: 'macos-universal-on-arm64'
|
2025-04-08 20:42:24 +00:00
|
|
|
Template: 'qtci-macos-15-arm-104'
|
2022-03-09 08:52:20 +00:00
|
|
|
Compiler: 'Clang'
|
|
|
|
Target arch: 'x86_64-arm64'
|
2025-01-27 14:40:29 +00:00
|
|
|
Features: ['Packaging', 'DoNotRunTests', 'WarningsAreErrors', 'UseConfigure', 'GenerateSBOM', 'VerifySBOM']
|
2022-06-27 11:19:28 +00:00
|
|
|
Configure arguments: '-nomake examples -release -force-debug-info -separate-debug-info -headersclean -framework'
|
|
|
|
Environment variables: [
|
2025-01-23 12:14:12 +00:00
|
|
|
'CMAKE_ARGS=-DCMAKE_OSX_ARCHITECTURES="x86_64;arm64" -DOPENSSL_ROOT_DIR={{.Env.OPENSSL_DIR}}',
|
|
|
|
'NON_QTBASE_CMAKE_ARGS=-DFEATURE_gds=OFF -DFFMPEG_DIR={{.Env.FFMPEG_DIR}} -DQT_DEPLOY_FFMPEG=TRUE -DINPUT_headersclean=ON -DQT_FEATURE_open62541_security=OFF',
|
2022-06-27 11:19:28 +00:00
|
|
|
]
|
2022-03-09 08:52:20 +00:00
|
|
|
|
2021-12-03 14:10:26 +00:00
|
|
|
# Test on all supported macOS versions (deployment targets)
|
|
|
|
|
2023-09-15 08:39:14 +00:00
|
|
|
# On x86_64
|
|
|
|
|
2021-11-10 06:29:45 +00:00
|
|
|
-
|
2023-09-15 08:39:14 +00:00
|
|
|
Id: 'macos-13-x86_64-tests'
|
|
|
|
Template: 'qtci-macos-13-x86_64-103'
|
2021-11-10 06:29:45 +00:00
|
|
|
Compiler: 'Clang'
|
2021-12-03 13:42:54 +00:00
|
|
|
Features: ['Sccache', 'TestOnly', 'Packaging']
|
2025-01-27 14:40:29 +00:00
|
|
|
Platform dependency: 'macos-universal-on-arm64'
|
2023-09-15 08:41:57 +00:00
|
|
|
-
|
|
|
|
Id: 'macos-14-x86_64-tests'
|
|
|
|
Template: 'qtci-macos-14-x86_64-105'
|
|
|
|
Compiler: 'Clang'
|
2023-10-31 14:05:09 +00:00
|
|
|
Features: ['Sccache', 'TestOnly', 'Packaging']
|
2025-01-27 14:40:29 +00:00
|
|
|
Platform dependency: 'macos-universal-on-arm64'
|
2024-10-07 13:18:37 +00:00
|
|
|
-
|
|
|
|
Id: 'macos-15-x86_64-tests'
|
|
|
|
Template: 'qtci-macos-15-x86_64-103'
|
|
|
|
Compiler: 'Clang'
|
2024-11-04 13:20:35 +00:00
|
|
|
Features: ['Sccache', 'TestOnly', 'Packaging']
|
2025-01-27 14:40:29 +00:00
|
|
|
Platform dependency: 'macos-universal-on-arm64'
|
2023-09-15 08:39:14 +00:00
|
|
|
|
|
|
|
# And arm64
|
|
|
|
|
2024-05-14 13:41:08 +00:00
|
|
|
-
|
2024-06-03 10:12:28 +00:00
|
|
|
Id: 'macos-13-arm64-tests'
|
2024-05-14 13:41:08 +00:00
|
|
|
Template: 'qtci-macos-13-arm-107'
|
|
|
|
Compiler: 'Clang'
|
2024-06-03 10:12:28 +00:00
|
|
|
Features: ['TestOnly', 'Packaging']
|
2025-01-27 14:40:29 +00:00
|
|
|
Platform dependency: 'macos-universal-on-arm64'
|
2023-09-15 08:41:57 +00:00
|
|
|
-
|
|
|
|
Id: 'macos-14-arm64-tests'
|
2024-02-13 09:34:49 +00:00
|
|
|
Template: 'qtci-macos-14-arm-106'
|
|
|
|
Compiler: 'Clang'
|
2024-03-18 13:50:41 +00:00
|
|
|
Features: ['TestOnly', 'Packaging']
|
2025-01-27 14:40:29 +00:00
|
|
|
Platform dependency: 'macos-universal-on-arm64'
|
2024-10-07 13:18:37 +00:00
|
|
|
-
|
|
|
|
Id: 'macos-15-arm64-tests'
|
|
|
|
Template: 'qtci-macos-15-arm-104'
|
|
|
|
Compiler: 'Clang'
|
2024-11-04 13:20:35 +00:00
|
|
|
Features: ['TestOnly', 'Packaging']
|
2024-10-07 13:18:37 +00:00
|
|
|
Platform dependency: 'macos-universal-on-arm64'
|
2023-09-15 08:39:14 +00:00
|
|
|
|
2021-12-03 14:10:26 +00:00
|
|
|
# =========================================================================
|
|
|
|
# Developer build. Single architecture builds.
|
|
|
|
# =========================================================================
|
|
|
|
|
|
|
|
# Build on recent macOS version with latest Xcode
|
|
|
|
|
2021-01-12 16:09:36 +00:00
|
|
|
-
|
2024-03-27 15:24:02 +00:00
|
|
|
Id: 'macos-14-x86_64-developer-build'
|
|
|
|
Template: 'qtci-macos-14-x86_64-105'
|
2021-11-01 12:26:33 +00:00
|
|
|
Compiler: 'Clang'
|
2024-03-12 15:03:24 +00:00
|
|
|
Features: ['Sccache', 'DoNotRunTests', 'WarningsAreErrors', 'UseConfigure', 'StandaloneExamples']
|
2024-10-07 12:52:52 +00:00
|
|
|
Configure arguments: '-developer-build -release -force-asserts -force-debug-info -no-pch -no-framework -qtnamespace TestNamespace -make examples'
|
2022-02-15 14:12:58 +00:00
|
|
|
Environment variables: [
|
2022-06-24 15:32:30 +00:00
|
|
|
'CMAKE_ARGS=-DOPENSSL_ROOT_DIR={{.Env.OPENSSL_DIR}}',
|
2024-01-23 12:29:27 +00:00
|
|
|
'NON_QTBASE_CMAKE_ARGS=-DFFMPEG_DIR={{.Env.FFMPEG_DIR}} -DQT_DEPLOY_FFMPEG=TRUE',
|
2022-02-15 14:12:58 +00:00
|
|
|
]
|
2021-04-20 08:51:24 +00:00
|
|
|
-
|
2024-03-27 15:24:02 +00:00
|
|
|
Id: 'macos-14-arm64-developer-build'
|
|
|
|
Template: 'qtci-macos-14-arm-106'
|
2021-11-10 06:29:45 +00:00
|
|
|
Compiler: 'Clang'
|
2022-02-15 14:12:58 +00:00
|
|
|
Features: ['DoNotRunTests', 'WarningsAreErrors', 'UseConfigure']
|
2024-07-08 15:50:38 +00:00
|
|
|
Configure arguments: '-developer-build -nomake examples -debug -framework'
|
2022-10-24 15:04:07 +00:00
|
|
|
Environment variables: [
|
2023-07-06 12:45:42 +00:00
|
|
|
'CMAKE_ARGS=-DOPENSSL_ROOT_DIR={{.Env.OPENSSL_DIR}}',
|
2024-01-23 12:29:27 +00:00
|
|
|
'NON_QTBASE_CMAKE_ARGS=-DFFMPEG_DIR={{.Env.FFMPEG_DIR}} -DQT_DEPLOY_FFMPEG=TRUE',
|
2022-10-24 15:04:07 +00:00
|
|
|
]
|
2021-12-03 14:10:26 +00:00
|
|
|
|
|
|
|
# Test on all supported macOS versions (deployment targets)
|
2022-11-09 16:17:14 +00:00
|
|
|
-
|
|
|
|
Id: 'macos-13-arm64-developer-build-tests'
|
2024-05-14 13:41:08 +00:00
|
|
|
Template: 'qtci-macos-13-arm-107'
|
|
|
|
Compiler: 'Clang'
|
2024-05-29 13:26:52 +00:00
|
|
|
Features: ['TestOnly']
|
2024-05-14 13:41:08 +00:00
|
|
|
Platform dependency: 'macos-14-arm64-developer-build'
|
2023-09-15 08:41:57 +00:00
|
|
|
-
|
|
|
|
Id: 'macos-14-arm64-developer-build-tests'
|
2024-02-13 09:34:49 +00:00
|
|
|
Template: 'qtci-macos-14-arm-106'
|
|
|
|
Compiler: 'Clang'
|
2024-03-18 13:50:41 +00:00
|
|
|
Features: ['TestOnly']
|
2024-03-27 15:24:02 +00:00
|
|
|
Platform dependency: 'macos-14-arm64-developer-build'
|
2024-10-07 13:18:37 +00:00
|
|
|
-
|
|
|
|
Id: 'macos-15-arm64-developer-build-tests'
|
|
|
|
Template: 'qtci-macos-15-arm-104'
|
|
|
|
Compiler: 'Clang'
|
2024-11-04 13:20:35 +00:00
|
|
|
Features: ['TestOnly']
|
2024-10-07 13:18:37 +00:00
|
|
|
Platform dependency: 'macos-14-arm64-developer-build'
|