Page MenuHomeDevCentral

D644.id1616.diff
No OneTemporary

D644.id1616.diff

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

Mime Type
text/plain
Expires
Sun, Sep 29, 08:14 (6 h, 52 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2163716
Default Alt Text
D644.id1616.diff (1003 B)

Event Timeline