aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2023-11-15 15:39:34 +0100
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2023-11-15 18:54:46 +0100
commit021c7b6b0a7b31e3cce23dde1908b8a956855df3 (patch)
treeeae1ce6d5151c68921cf0af9a0eb6edfdae7bf00
parentbae2268c4751f4b8948e5e17f30cb1349b69d010 (diff)
Remove macOS 14 nightly template
Change-Id: Ieac3f8d6b4860d7ee8b67a3e9a812a9c67fa9a18 Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
-rw-r--r--coin/platform_configs/nightly_macos14.yaml20
1 files changed, 0 insertions, 20 deletions
diff --git a/coin/platform_configs/nightly_macos14.yaml b/coin/platform_configs/nightly_macos14.yaml
deleted file mode 100644
index 434ef310..00000000
--- a/coin/platform_configs/nightly_macos14.yaml
+++ /dev/null
@@ -1,20 +0,0 @@
-Version: 2
-Module only: True
-Configurations:
--
- Id: 'macos-14-x86_64-developer-build'
- Template: 'qtci-macos-14-x86_64-105'
- Compiler: 'Clang'
- Features: ['Sccache', 'DoNotRunTests', 'WarningsAreErrors', 'UseConfigure']
- Configure arguments: '-developer-build -release -force-debug-info -no-pch -no-framework -qtnamespace TestNamespace -make examples'
- Environment variables: [
- 'CMAKE_ARGS=-DOPENSSL_ROOT_DIR={{.Env.OPENSSL_DIR}}',
- 'NON_QTBASE_CMAKE_ARGS=-DFFMPEG_DIR={{.Env.FFMPEG_DIR}}',
- 'Protobuf_ROOT=/usr/local/lib/cmake/protobuf',
- ]
--
- Id: 'macos-14-x86_64-developer-build-tests'
- Template: 'qtci-macos-14-x86_64-105'
- Compiler: 'Clang'
- Features: ['Sccache', 'TestOnly']
- Platform dependency: 'macos-14-x86_64-developer-build'