mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Build/Test Tools: Remove an unused build configuration file.
This is a configuration file for Apache Ant that is no longer used. Fixes #52604 git-svn-id: https://develop.svn.wordpress.org/trunk@53629 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<project name="WordPress Unit Tests" default="build" basedir=".">
|
||||
<target name="clean">
|
||||
<delete dir="build" />
|
||||
</target>
|
||||
<target name="prepare">
|
||||
<mkdir dir="build/logs" />
|
||||
<mkdir dir="build/phpunitreport" />
|
||||
</target>
|
||||
<target name="phpunit">
|
||||
<exec command="phpunit" passthru="true"></exec>
|
||||
<phpunitreport infile="build/logs/junit.xml" format="frames" todir="build/phpunitreport" usesorttable="true" />
|
||||
</target>
|
||||
<target name="build" depends="clean,prepare,phpunit" />
|
||||
</project>
|
||||
Reference in New Issue
Block a user