From 52584c9efcf944d38e4bd3594a0795055a2f6353 Mon Sep 17 00:00:00 2001 From: Elias Toivola Date: Wed, 6 Nov 2024 16:29:54 +0200 Subject: [PATCH] Windows: Add nightly targets to check namespace functionality Bug reports from the nightly targets are updated to the ticket. Task-number: QTQAINFRA-6540 Change-Id: Ie60275b20a30bac5517a1599050feba6286a624c Reviewed-by: Tero Heikkinen --- coin/platform_configs/nightly_windows.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 coin/platform_configs/nightly_windows.yaml diff --git a/coin/platform_configs/nightly_windows.yaml b/coin/platform_configs/nightly_windows.yaml new file mode 100644 index 00000000..80eee42f --- /dev/null +++ b/coin/platform_configs/nightly_windows.yaml @@ -0,0 +1,21 @@ +Version: 2 +Configurations: [] +Include: [ + cmake_platforms.yaml: [ + 'windows-11_23H2-msvc2022-developer-build', + 'windows-11_23H2-mingw13-developer-build', + 'windows-11_23H2-llvm' + ] +] +# Windows nightly to check for -qtnamespace errors/issues +Overrides: +- + Id: 'windows-11_23H2-msvc2022-developer-build' + Configure arguments: '-qtnamespace TestNamespace -debug-and-release -force-asserts -make examples -developer-build -force-debug-info -qt-zlib -c++std c++20' +- + Id: 'windows-11_23H2-mingw13-developer-build' + Configure arguments: '-qtnamespace TestNamespace -developer-build -release -force-asserts -force-debug-info -separate-debug-info -make examples' +- + Id: 'windows-11_23H2-llvm' + Features: ['Sccache', 'UseConfigure'] + Configure arguments: '-qtnamespace TestNamespace -release -force-debug-info -separate-debug-info -nomake examples'