mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 17:35:35 +02:00
Set up nightly builds on the cdt machine.
This commit is contained in:
parent
aacdf8575d
commit
a1728d6226
1 changed files with 2 additions and 1 deletions
|
@ -152,7 +152,8 @@
|
|||
<replacefilter token="@buildType@" value="${buildType}"/>
|
||||
<replacefilter token="@buildId@" value="${buildId}"/>
|
||||
</replace>
|
||||
<copy todir="${copyToDir}">
|
||||
<mkdir dir="${copyToDir}/${buildType}.${buildId}"/>
|
||||
<copy todir="${copyToDir}/${buildType}.${buildId}">
|
||||
<fileset dir="${buildDirectory}/${buildType}.${buildId}"/>
|
||||
</copy>
|
||||
</target>
|
||||
|
|
Loading…
Add table
Reference in a new issue