X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fbtr;a=blobdiff_plain;f=php.example.conf;h=9408dd118711f82058ee870fb183c8551a6e2377;hp=4a1bd1013bcc5906661b2c9fd60c26d954f6ec62;hb=39bfd11c39bce0a49f72b54edcc2a7bb38962af0;hpb=f5fd15396636986e7447993a66b8a4084a93dabb diff --git a/php.example.conf b/php.example.conf index 4a1bd10..9408dd1 100644 --- a/php.example.conf +++ b/php.example.conf @@ -1,7 +1,11 @@ -SOURCE_RULES=git -SOURCE_ARGS=git@php.net:php/php-src.git -BRANCH=PHP-5.5 -BUILD_RULES=php -BUILD_ARGS=--enable-debug -TEST_ARGS=-m -REPORT_RULES=notify-send +# Clone PHP's git, use PHP-5.5 branch, build with php ruleset and run the test +# suite with valgrind (-m) on a debug build and report the results with a simple +# OSD notification: + +BTR_SOURCE_RULES=git +BTR_SOURCE_ARGS=git@php.net:php/php-src.git +BTR_BRANCH=PHP-5.5 +BTR_BUILD_RULES=php +BTR_BUILD_ARGS=--enable-debug +BTR_TEST_ARGS=-m +BTR_REPORT_RULES=notify-send