mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-03 14:25:37 +02:00
Add signing to the build.
This commit is contained in:
parent
0e1edc6708
commit
150d4fcbfb
1 changed files with 3 additions and 3 deletions
|
@ -117,7 +117,7 @@
|
|||
|
||||
<target name="test" depends="init" unless="hasErrors">
|
||||
<unzip src="${zipsdir}/cdt-master-${branchVersion}-${buildId}.zip"
|
||||
dest="${buildDirectory}/eclipse"/>
|
||||
dest="${buildDirectory}"/>
|
||||
<unjar src="${buildDirectory}/eclipse/plugins/org.eclipse.cdt.testing_${branchVersion}.${timestamp}.jar"
|
||||
dest="${buildDirectory}/eclipse/plugins/org.eclipse.cdt.testing_${branchVersion}.${timestamp}"/>
|
||||
<unjar src="${buildDirectory}/eclipse/plugins/${eclipseTest}.jar"
|
||||
|
@ -136,9 +136,9 @@
|
|||
|
||||
<target name="sign" depends="init" unless="hasErrors">
|
||||
<exec executable="sign">
|
||||
<arg value="/home/data/httpd/download-staging.priv/tools/cdt/releng/results/${masterFile}"/>
|
||||
<arg value="/home/data/httpd/download-staging.priv/tools/cdt/releng/results/${buildType}.${buildId}/${masterFile}"/>
|
||||
<arg value="nomail"/>
|
||||
<arg value="/home/data/httpd/download-staging.priv/tools/cdt/releng/results/${buildId}"/>
|
||||
<arg value="/home/data/httpd/download-staging.priv/tools/cdt/releng/results"/>
|
||||
</exec>
|
||||
<waitfor maxwait="30" maxwaitunit="minute">
|
||||
<available file="${buildDirectory}/${masterFile}"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue