mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2024-11-29 11:24:19 +01:00
Disable console colors on buildbot.
This commit is contained in:
parent
576b2051de
commit
6715a68945
@ -10,7 +10,7 @@ require 'helpers.pm';
|
||||
|
||||
chdir('../../../OUTPUT');
|
||||
|
||||
system("ambuild 2>&1");
|
||||
system("ambuild --no-color 2>&1");
|
||||
|
||||
if ($? != 0)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user