Files
klayout/macbuild/nightlyBuild.sample.csv
T
Kazunari Sekigawa eca739c462 Use Ruby 3.3 from Homebrew and MacPorts
Enhanced nightlyBuild.py to allow the mixed use of Qt5 and Qt6
2024-02-17 06:51:08 +09:00

555 B

1#-------------------------------------------------------------------------------
2# File: 'nightlyBuild.csv'
3#
4# Descriptions:
5# 'nightlyBuild.py' via the --qttarget option.
6#
7# qtVer,target
8# where
9# qtVer = 5 or 6
10# target = [0='std', 1='ports', 2='brew', 3='brewHW', 4='ana3']
11# note that
12# (qtVer,target)=(6,4) will be omitted
13#-------------------------------------------------------------------------------
14qtVer,target
155,0
165,1
175,2
185,3
195,4
20#6,0
21#6,1
22#6,2
23#6,3
24#6,4