Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F5423246
D644.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1003 B
Referenced Files
None
Subscribers
None
D644.diff
View Options
diff --git a/build.xml b/build.xml
--- a/build.xml
+++ b/build.xml
@@ -27,6 +27,10 @@
depends="prepare,static-analysis-parallel,phpunit,phpdox,-check-failure"
description="Performs static analysis (executing the tools in parallel), runs the tests, and generates project documentation"/>
+ <target name="phabricator-build"
+ depends="prepare,static-analysis-parallel,phpunit-no-coverage"
+ description="Performs static analysis, runs the tests (without generating code coverage reports)"/>
+
<target name="quick-build"
depends="prepare,lint,phpunit-no-coverage"
description="Performs a lint check and runs the tests (without generating code coverage reports)"/>
@@ -71,7 +75,7 @@
<mkdir dir="${basedir}/build/pdepend"/>
<mkdir dir="${basedir}/build/phpdox"/>
<exec executable="${composer}" failonerror="true">
- <arg value="install"/>
+ <arg value="update"/>
</exec>
<property name="prepare.done" value="true"/>
</target>
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Mar 11, 01:14 (11 h, 2 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2472003
Default Alt Text
D644.diff (1003 B)
Attached To
Mode
D644: CI: composer update, allow code review builds to skip documentation
Attached
Detach File
Event Timeline
Log In to Comment