OSX compatibility
[m6w6/btr] / php.example.conf
1 # Clone PHP's git, use PHP-5.5 branch, build with php ruleset and run the test
2 # suite with valgrind (-m) on a debug build and report the results with a simple
3 # OSD notification:
4
5 BTR_SOURCE_RULES=git
6 BTR_SOURCE_ARGS=git@php.net:php/php-src.git
7 BTR_BRANCH=PHP-5.5
8 BTR_BUILD_RULES=php
9 BTR_BUILD_ARGS=--enable-debug
10 BTR_TEST_ARGS=-m
11 BTR_REPORT_RULES=notify-send