Skip to content

Commit 78fe494

Browse files
author
Daniel Lamb
committed
Build and doxyfile fixes
1 parent b94c073 commit 78fe494

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

build.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@
7777
</target>
7878

7979
<target name="test">
80-
<exec executable="drush">
81-
<arg line="test-run --xml=${basedir}/build/test 'PHP Lib'" />
80+
<exec executable="bash">
81+
<arg line='-c "php ../../../../scripts/run-tests.sh --xml ${basedir}/build/test PHP\ Lib"' />
8282
</exec>
8383
</target>
8484

build/Doxyfile

+3
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ DOXYFILE_ENCODING = UTF-8
2727

2828
PROJECT_NAME = PHP Lib
2929

30+
# Put the git hash here using sed before generating the documentation.
31+
PROJECT_NUMBER =
32+
3033
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
3134
# base path where the generated documentation will be put.
3235
# If a relative path is entered, it will be relative to the location

0 commit comments

Comments
 (0)