Skip to content

Commit

Permalink
[Smoke tool] Builds before testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kartik Thakore committed Oct 31, 2009
1 parent 220633d commit 062699f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/smokeNsend.pl
Original file line number Diff line number Diff line change
@@ -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]";

0 comments on commit 062699f

Please sign in to comment.