mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 17:35:35 +02:00
- created "latest" symlink for the current latest build
This commit is contained in:
parent
6890b6b24e
commit
77ee511229
1 changed files with 3 additions and 0 deletions
|
@ -202,6 +202,9 @@
|
|||
<copy todir="${copyToDir}/${buildType}.${buildId}">
|
||||
<fileset dir="${buildDirectory}/${buildType}.${buildId}"/>
|
||||
</copy>
|
||||
<!-- Create symlink to latest build -->
|
||||
<symlink action="delete" link="${copyToDir}/latest"/>
|
||||
<symlink link="${copyToDir}/latest" resource="${copyToDir}/${buildType}.${buildId}"/>
|
||||
</target>
|
||||
|
||||
<target name="mail" depends="init">
|
||||
|
|
Loading…
Add table
Reference in a new issue