Skip to content

Commit 17ff911

Browse files
Merge branch '12.3'
* 12.3: Prepare release Prepare release Automate PHAR publishing Prepare release
2 parents 0665328 + b035ee2 commit 17ff911

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)