build fixes
[m6w6/btr] / php.example.conf
index 4a1bd1013bcc5906661b2c9fd60c26d954f6ec62..9408dd118711f82058ee870fb183c8551a6e2377 100644 (file)
@@ -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