Skip to content

Commit 33a2e6f

Browse files
author
Olli Vuolteenaho
committed
Add Qt Gradle Plugin platform config
We want automated testing for QtGP. Test cases that can be run with Gradle have been made a while ago, but they were only run locally by the developers. This commit adds Linux/macOS/Windows configurations for QtGP. These are marked TestOnly as the build/test process in Gradle is packaged together and we don't want to initiate builds for the Qt side. Task-number: QTTA-217 Change-Id: I777d191596f43089d0ad80cbb6470c62a0eee257 Reviewed-by: Assam Boudjelthia <[email protected]>
1 parent 41b18fc commit 33a2e6f

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
Version: 2
2+
Include: []
3+
Configurations:
4+
-
5+
Id: 'qtgp-on-linux'
6+
Template: 'qtci-linux-RHEL-9.4-x86_64-50'
7+
Compiler: 'GCC'
8+
Features: ['TestOnly']
9+
-
10+
Id: 'qtgp-on-macos'
11+
Template: 'qtci-macos-14-arm-106'
12+
Compiler: 'Clang'
13+
Features: ['TestOnly']
14+
-
15+
Id: 'qtgp-on-windows'
16+
Template: 'qtci-windows-11_23H2-x86_64-53'
17+
Compiler: 'MSVC2022'
18+
Features: ['TestOnly']

0 commit comments

Comments
 (0)