Skip to content

Commit

Permalink
Disable PHPDoc temporary
Browse files Browse the repository at this point in the history
  • Loading branch information
ruff committed Sep 14, 2024
1 parent aefa6bd commit 8e3439e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.ant.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<arg path="${phpdocumentor}"/>
</exec>
</target>
<target name="full-build" depends="prepare,composer,static-analysis,phpunit,-check-failure,projectdoc,deploy" description="Perform static analysis, run tests, and generate project documentation.">
<target name="full-build" depends="prepare,composer,static-analysis,phpunit,-check-failure,deploy" description="Perform static analysis, run tests, and generate project documentation.">
<echo message="Built"/>
</target>
<target name="lint" unless="lint.done" description="Perform syntax check of PHP sourcecode files.">
Expand Down Expand Up @@ -230,11 +230,13 @@
<echo message="Checked failure"/>
</target>
<target name="deploy" description="Deplay build">
<!--
<zip destfile="${basedir}/build/dist/doc.zip">
<fileset dir="${basedir}/build/doc">
<include name="**/*.*"/>
</fileset>
</zip>
-->
<zip destfile="${basedir}/build/dist/src.zip">
<fileset dir="${basedir}/src">
<include name="**/*.*"/>
Expand Down

0 comments on commit 8e3439e

Please sign in to comment.