mirror of
https://github.com/guzzle/guzzle.git
synced 2025-02-12 11:30:49 +01:00
package task is now in deploy.xml
This commit is contained in:
parent
a4d214816c
commit
66296d46d0
11
build.xml
11
build.xml
@ -1,22 +1,17 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<<<<<<< HEAD
|
||||
<project name="guzzle" default="package">
|
||||
=======
|
||||
<project name="guzzle" default="test">
|
||||
>>>>>>> refactored build including git subsplit management and PEAR package generation
|
||||
<!-- set local values, like git location -->
|
||||
<property file="phing/build.properties" override="true" />
|
||||
|
||||
|
||||
<property name="dir.output" value="${project.basedir}/build/artifacts" />
|
||||
<property name="dir.imports" value="${project.basedir}/phing/imports" />
|
||||
<property name="dir.bin" value="${project.basedir}/bin" />
|
||||
<property name="repo.dir" value="${project.basedir}" />
|
||||
|
||||
|
||||
<import file="${dir.imports}/dependencies.xml"/>
|
||||
<import file="${dir.imports}/test.xml"/>
|
||||
<import file="${dir.imports}/deploy.xml"/>
|
||||
<!-- <import file="${dir.imports}/metrics.xml"/> -->
|
||||
|
||||
|
||||
<target name="test" description="Run unit tests" depends="test-init">
|
||||
<exec passthru="true" command="phpunit" />
|
||||
@ -49,4 +44,4 @@
|
||||
<exec passthru="true" command="open ${dir.output}/coverage/index.html" />
|
||||
</target>
|
||||
|
||||
</project>
|
||||
</project>
|
||||
|
Loading…
x
Reference in New Issue
Block a user