mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Fix build error when symlink is invalid.
This commit is contained in:
parent
9aa6615a59
commit
b589535989
1 changed files with 1 additions and 0 deletions
|
@ -214,6 +214,7 @@
|
|||
<fileset dir="${buildDirectory}/${buildType}.${buildId}"/>
|
||||
</copy>
|
||||
<!-- Create symlink to latest build -->
|
||||
<symlink action="delete" link="${copyToDir}/latest" failonerror="false"/>
|
||||
<symlink link="${copyToDir}/latest" resource="${copyToDir}/${buildType}.${buildId}" overwrite="true"/>
|
||||
</target>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue