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-02-16 22:51:08 +01:00
|
|
|
# note that
|
|
|
|
|
# (qtVer,target)=(6,4) will be omitted
|
|
|
|
|
#-------------------------------------------------------------------------------
|
|
|
|
|
qtVer,target
|
|
|
|
|
5,0
|
|
|
|
|
5,1
|
2024-04-01 10:59:06 +02:00
|
|
|
6,2
|
|
|
|
|
6,13
|
2024-02-16 22:51:08 +01:00
|
|
|
5,4
|
|
|
|
|
#6,0
|
|
|
|
|
#6,1
|
|
|
|
|
#6,2
|
|
|
|
|
#6,3
|
|
|
|
|
#6,4
|
2024-04-01 10:59:06 +02:00
|
|
|
#6,12
|
|
|
|
|
#6,13
|