Skip to content

Commit c2212a1

Browse files
Merge branch '11.5' into 12.3
* 11.5: Prepare release Automate PHAR publishing Prepare release
2 parents f3c8168 + 1c6cb5d commit c2212a1

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

build.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -419,4 +419,15 @@
419419
<arg value="--coverage-text" />
420420
</exec>
421421
</target>
422+
423+
<target name="publish-phar" description="Publish PHAR on phar.phpunit.de">
424+
<exec executable="sh" taskname="scp">
425+
<arg value="-c" />
426+
<arg value="scp build/artifacts/* phar:"/>
427+
</exec>
428+
429+
<exec executable="ssh">
430+
<arg line="phar ./publish-phars.sh" />
431+
</exec>
432+
</target>
422433
</project>

0 commit comments

Comments
 (0)