Skip to content

Commit 962528f

Browse files
Merge branch '10.5' into 11.5
* 10.5: Automate PHAR publishing Prepare release
2 parents c3d1725 + c8180ce commit 962528f

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
@@ -420,4 +420,15 @@
420420
<arg value="--coverage-text" />
421421
</exec>
422422
</target>
423+
424+
<target name="publish-phar" description="Publish PHAR on phar.phpunit.de">
425+
<exec executable="sh" taskname="scp">
426+
<arg value="-c" />
427+
<arg value="scp build/artifacts/* phar:"/>
428+
</exec>
429+
430+
<exec executable="ssh">
431+
<arg line="phar ./publish-phars.sh" />
432+
</exec>
433+
</target>
423434
</project>

0 commit comments

Comments
 (0)