From: Kartik Thakore Date: Sat, 31 Oct 2009 20:44:49 +0000 (-0400) Subject: [Smoke tool] Builds before testing. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=062699fa850a73730e1c410c3beb6e4c98f3456f;p=sdlgit%2FSDL_perl.git [Smoke tool] Builds before testing. --- diff --git a/tools/smokeNsend.pl b/tools/smokeNsend.pl index 0a20e95..86c3683 100755 --- a/tools/smokeNsend.pl +++ b/tools/smokeNsend.pl @@ -1,6 +1,8 @@ #!perl # die "Usage: username password [git-branch] [extra options for smolder_smoke_signal]. \n Found @ARGV args" if $#ARGV < 1; +system( 'perl', 'Build.PL'); +system( 'perl', 'Build'); system split ' ', "git pull origin $ARGV[2]" if $ARGV[2]; system split ' ', 'prove -l -b --merge --archive sdl.tar.gz'; system split ' ', "tools/smolder_smoke_signal smolder_smoke_signal --server sdlperl.ath.cx:8080 --username $ARGV[0] --password $ARGV[1] --file sdl.tar.gz --project SDL --architecture $] --platform $^O $ARGV[3]";