wesnoth/website/tests.wesnoth.org/include/configuration.php.template
Nils Kneuper 43a051c447 move website stuff from branches/resources to website/
[[Split portion of a mixed commit.]]
2009-04-22 09:30:41 +00:00

15 lines
420 B
Plaintext

<?php
$config = array('history_builds_per_page' => 18,
'history_number_of_pages_in_pagenation' => 5,
// Possible: "scons test 2>&1"
// "cd src && make test 2>&1 && cd .."
// cmake? No idea :P
'compile_command' => 'scons test 2>&1',
// Possible: "./test-debug"
// "src/test"
// cmake? You know it
'binary_name' => './test-debug',
'build_prune_age' => 3*24*3600 // in seconds
);
?>