Merge pull request #595 from marc1706/ticket/592

[ticket/592] Do not run phploc on complete git repository
This commit is contained in:
Marc Alexander
2015-06-14 14:12:16 +02:00

View File

@@ -105,7 +105,7 @@
<exec dir="${build-directory}/logs" command="touch phploc.csv" />
</else>
</if>
<exec dir="${build-directory}/../phpbb/phpBB/ext/board3" command="php portal/phploc.phar --exclude=portal/vendor,portal/language,portal/styles,portal/tests,portal/travis --git-repository . portal --log-csv ${build-directory}/logs/phploc.csv --progress" passthru="true" />
<exec dir="${build-directory}/../phpbb/phpBB/ext/board3" command="php portal/phploc.phar --exclude=portal/vendor,portal/language,portal/styles,portal/tests,portal/travis --log-csv ${build-directory}/logs/phploc.csv --progress portal/" passthru="true" />
<exec dir="${build-directory}/../phpbb/phpBB/ext/board3/portal" command="rm phploc.phar" passthru="true" />
</else>
</if>