File tree Expand file tree Collapse file tree 3 files changed +4
-20
lines changed
Expand file tree Collapse file tree 3 files changed +4
-20
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: PHP release
22
33on :
44 release :
5- types : [published, created, edited]
5+ types : [created, edited]
66
77jobs :
88 run :
Original file line number Diff line number Diff line change 1818 <property name =" clean.done" value =" true" />
1919 </target >
2020
21- <target name =" signed-phar" depends =" phar"
22- description =" Create signed PHAR archive of PHPDraft and all its dependencies" >
23- <exec executable =" gpg" failonerror =" true" >
24- <arg value =" --armor" />
25- <arg value =" --detach-sign" />
26- <arg path =" ${ project.basedir } /build/phpdraft-library-${ version } .phar" />
27- </exec >
28-
29- <exec executable =" gpg" failonerror =" true" >
30- <arg value =" --armor" />
31- <arg value =" --detach-sign" />
32- <arg path =" ${ project.basedir } /build/phpdraft-${ version } .phar" />
33- </exec >
34- </target >
35-
3621 <target name =" phar" depends =" -phar-prepare"
3722 description =" Create PHAR archive of PHPDraft and all its dependencies" >
3823 <phingcall target =" -phar-build" >
160145 </target >
161146
162147 <target name =" validate-composer-json" unless =" validate-composer-json.done" description =" Validate composer.json" >
163- <exec executable =" composer" failonerror =" true" taskname =" composer" >
148+ <exec executable =" composer" checkreturn =" true" taskname =" composer" >
164149 <arg value =" validate" />
165150 <arg value =" --no-check-lock" />
166151 <arg value =" --strict" />
173158 <target name =" -phar-determine-version" >
174159 <exec command =" php ${ project.basedir } /phpdraft --version | grep -ohE '([0-9]{1,}\.)+[0-9]{1,}'" outputproperty =" version" />
175160 </target >
176- </project >
161+ </project >
Original file line number Diff line number Diff line change 3939 " vendor/bin/phpunit --configuration tests/phpunit.xml --coverage-clover=coverage.xml"
4040 ],
4141 "phar" : [
42- " vendor/bin/phing phar-nightly" ,
43- " vendor/bin/phing signed-phar" ,
42+ " vendor/bin/phing phar" ,
4443 " sha256sum build/out/*"
4544 ]
4645 },
You can’t perform that action at this time.
0 commit comments