mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Not sure whey were signing the test target "build".
This commit is contained in:
parent
f8f7efb433
commit
4d37f1c76d
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
<echo message="${eclipse.home}"/>
|
||||
</target>
|
||||
|
||||
<target name="build" depends="zips,sign,test"/>
|
||||
<target name="build" depends="zips,test"/>
|
||||
<target name="nightly" depends="tag,zips,sign,test,copy"/>
|
||||
<target name="testbuild" depends="zips,test,copy"/>
|
||||
<target name="buildcopy" depends="zips,copy"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue