We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e87151 commit ae03bdbCopy full SHA for ae03bdb
build.xml
@@ -426,4 +426,15 @@
426
<arg value="tests/end-to-end/phar/phpunit.xml" />
427
</exec>
428
</target>
429
+
430
+ <target name="publish-phar" description="Publish PHAR on phar.phpunit.de">
431
+ <exec executable="sh" taskname="scp">
432
+ <arg value="-c" />
433
+ <arg value="scp build/artifacts/* phar:"/>
434
+ </exec>
435
436
+ <exec executable="ssh">
437
+ <arg line="phar ./publish-phars.sh" />
438
439
+ </target>
440
</project>
0 commit comments