2024-02-16 22:51:08 +01:00
|
|
|
#-------------------------------------------------------------------------------
|
|
|
|
|
# File: 'nightlyBuild.csv'
|
|
|
|
|
#
|
|
|
|
|
# Descriptions:
|
|
|
|
|
# This file (located where "build.sh" exists) is to be passed to
|
|
|
|
|
# 'nightlyBuild.py' via the --qttarget option.
|
|
|
|
|
#
|
|
|
|
|
# qtVer,target
|
|
|
|
|
# where
|
|
|
|
|
# qtVer = 5 or 6
|
2024-04-01 10:59:06 +02:00
|
|
|
# target = [0='std', 1='ports', 2='brew', 3='brewHW', 4='ana3',
|
|
|
|
|
# 12='pbrew', 13='pbrewHW']
|
2024-07-07 11:47:11 +02:00
|
|
|
# bdType = ['r(elease)', 'd(ebug)']
|
2024-02-16 22:51:08 +01:00
|
|
|
# note that
|
2024-07-07 11:47:11 +02:00
|
|
|
# (qtVer,target,bdType)=(6,4,r|d) and (5,4,d) will be omitted
|
2024-02-16 22:51:08 +01:00
|
|
|
#-------------------------------------------------------------------------------
|
2024-07-07 11:47:11 +02:00
|
|
|
qtVer,target,bdType
|
|
|
|
|
5,0,r
|
|
|
|
|
5,1,r
|
|
|
|
|
6,2,r
|
2025-06-03 10:15:00 +02:00
|
|
|
5,13,r
|
2024-07-07 11:47:11 +02:00
|
|
|
5,4,r
|
|
|
|
|
#6,0,r
|
|
|
|
|
#6,1,r
|
|
|
|
|
#6,2,r
|
|
|
|
|
#6,3,r
|
|
|
|
|
#6,4,r
|
|
|
|
|
#6,12,r
|
|
|
|
|
#6,13,r
|