Update buildbot scripts.
This commit is contained in:
parent
20ca71bfc9
commit
e50d7f577a
@ -17,6 +17,11 @@ chdir(Build::PathFormat('../..'));
|
|||||||
#Get the source path.
|
#Get the source path.
|
||||||
our ($root) = getcwd();
|
our ($root) = getcwd();
|
||||||
|
|
||||||
|
#update and configure shiz
|
||||||
|
if ($^O eq "darwin") {
|
||||||
|
$ENV{'SOURCEMOD17'} = '/Users/builds/slaves/common/sourcemod-1.7';
|
||||||
|
}
|
||||||
|
|
||||||
rmtree('OUTPUT');
|
rmtree('OUTPUT');
|
||||||
mkdir('OUTPUT') or die("Failed to create output folder: $!\n");
|
mkdir('OUTPUT') or die("Failed to create output folder: $!\n");
|
||||||
chdir('OUTPUT');
|
chdir('OUTPUT');
|
||||||
|
Loading…
Reference in New Issue
Block a user