Fixed the pod path in archive
[sdlgit/SDL_perl.git] / tools / smokeNsend.pl
CommitLineData
6c315353 1#!perl
2#
220633db 3die "Usage: username password [git-branch] [extra options for smolder_smoke_signal]. \n Found @ARGV args" if $#ARGV < 1;
062699fa 4system( 'perl', 'Build.PL');
5system( 'perl', 'Build');
220633db 6system split ' ', "git pull origin $ARGV[2]" if $ARGV[2];
7system split ' ', 'prove -l -b --merge --archive sdl.tar.gz';
991130f6 8system split ' ', "perl tools/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]";