mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-02 22:55:26 +02:00
Add signing to the build.
This commit is contained in:
parent
3336f82e21
commit
7139e917af
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@
|
|||
|
||||
<target name="test" depends="init" unless="hasErrors">
|
||||
<unzip src="${zipsdir}/cdt-master-${branchVersion}-${buildId}.zip"
|
||||
dest="${buildDirectory}"/>
|
||||
dest="${buildDirectory}/eclipse"/>
|
||||
<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"
|
||||
|
|
Loading…
Add table
Reference in a new issue