1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

adding the testbuild target for testing build

This commit is contained in:
Vivian Kong 2007-11-01 18:41:15 +00:00
parent c90cfb39b9
commit cb9b4877d5

View file

@ -6,7 +6,7 @@
<target name="build" depends="zips,sign,test"/>
<target name="nightly" depends="tag,zips,sign,test,copy"/>
<target name="testbuild" depends="zips,sign,test,copy"/>
<target name="cdtbuild" depends="tag,zips,test,upload"/>
<target name="init">