mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Add in a notest target.
This commit is contained in:
parent
7b2b55e8d6
commit
4c922d5214
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
||||||
|
|
||||||
<target name="build" depends="zips,test"/>
|
<target name="build" depends="zips,test"/>
|
||||||
<target name="cdtbuild" depends="zips,test,upload"/>
|
<target name="cdtbuild" depends="zips,test,upload"/>
|
||||||
|
<target name="cdtnotest" depends="zips,upload"/>
|
||||||
|
|
||||||
<target name="init">
|
<target name="init">
|
||||||
<touch file="${user.home}/.cvspass" />
|
<touch file="${user.home}/.cvspass" />
|
||||||
|
|
Loading…
Add table
Reference in a new issue