mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-06 17:26:01 +02:00
Trying out a master build.
This commit is contained in:
parent
83d920cef3
commit
12982a4af2
2 changed files with 23 additions and 1 deletions
|
@ -7,6 +7,19 @@
|
||||||
<h2>CDT @branchVersion@ Build @buildId@</h2>
|
<h2>CDT @branchVersion@ Build @buildId@</h2>
|
||||||
<p><a href="compilelog.txt">Compile Log</a></p>
|
<p><a href="compilelog.txt">Compile Log</a></p>
|
||||||
<p><a href="junits.html">JUnit Results</a></p>
|
<p><a href="junits.html">JUnit Results</a></p>
|
||||||
|
<h3>CDT Master Feature</h3>
|
||||||
|
<p>This feature has everything</p>
|
||||||
|
<table cellpadding="2" cellspacing="2" border="1"
|
||||||
|
style="text-align: left; width: 100%;">
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td style="vertical-align: top;">All</td>
|
||||||
|
<td style="vertical-align: top;">
|
||||||
|
<a href="cdt-master-@branchVersion@-@buildId@.zip">cdt-gdbjtag-@branchVersion@-@buildId@.zip</a><br>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
<h3>CDT Runtime Feature</h3>
|
<h3>CDT Runtime Feature</h3>
|
||||||
<p>includes editor, search, builders, launch, debug, gnu toolchain
|
<p>includes editor, search, builders, launch, debug, gnu toolchain
|
||||||
integrations for build/debug, user documentation<br>
|
integrations for build/debug, user documentation<br>
|
||||||
|
|
|
@ -70,7 +70,16 @@ collBase=.
|
||||||
# value is a '&' separated list of ',' separate triples. For example,
|
# value is a '&' separated list of ',' separate triples. For example,
|
||||||
# configs=win32,win32,x86 & linux,motif,x86
|
# configs=win32,win32,x86 & linux,motif,x86
|
||||||
# By default the value is *,*,*
|
# By default the value is *,*,*
|
||||||
#configs=
|
configs= \
|
||||||
|
aix,motif,ppc \
|
||||||
|
& linux,gtk,x86 \
|
||||||
|
& linux,gtk,x86_64 \
|
||||||
|
& linux,gtk,ppc \
|
||||||
|
& linux,gtk,ia64 \
|
||||||
|
& macosx,carbon,ppc \
|
||||||
|
& qnx,photon,x86 \
|
||||||
|
& solaris,motif,sparc \
|
||||||
|
& win32,win32,x86
|
||||||
|
|
||||||
outputUpdateJars=true
|
outputUpdateJars=true
|
||||||
groupConfigurations=true
|
groupConfigurations=true
|
||||||
|
|
Loading…
Add table
Reference in a new issue