mirror of https://github.com/KLayout/klayout.git
704 B
704 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 | # 12='pbrew', 13='pbrewHW'] |
| 12 | # bdType = ['r(elease)', 'd(ebug)'] |
| 13 | # note that |
| 14 | # (qtVer,target,bdType)=(6,4,r|d) and (5,4,d) will be omitted |
| 15 | #------------------------------------------------------------------------------- |
| 16 | qtVer,target,bdType |
| 17 | 5,0,r |
| 18 | 5,1,r |
| 19 | 6,2,r |
| 20 | 5,13,r |
| 21 | 5,4,r |
| 22 | #6,0,r |
| 23 | #6,1,r |
| 24 | #6,2,r |
| 25 | #6,3,r |
| 26 | #6,4,r |
| 27 | #6,12,r |
| 28 | #6,13,r |