summaryrefslogtreecommitdiff
path: root/scripts/capsule.sh (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-05-23Unbreak capsule.shJonathan "Duke" Leto1-8/+6
2011-05-22Teach capsule about HARNESS_TIMERJonathan "Duke" Leto1-6/+8
2011-05-22Add a test to verify we get the expected sha1Jonathan "Duke" Leto1-1/+7
2011-02-23Make reusing git repos actually workJonathan "Duke" Leto1-0/+2
This code is not pretty, but it works. Currently, Git::Repository is eschewed because it was giving odd errors.
2011-02-04Teach jitterbug how to run Ruby Rakefile testsJonathan "Duke" Leto1-0/+2
2011-01-31Teach capsule.sh about plain Makefile-based projectsJonathan "Duke" Leto1-0/+3
This code runs "make test" if a Makefile is present, which should be able to test projects like Git. We should add the ability to change the target name, since many C-based projects use the 'check' target.
2011-01-31Capture all build output in the logfile, since it is usually usefulJonathan "Duke" Leto1-8/+8
2011-01-28Add a builder_variablse YAML key, which passed environment variables to the ↵Jonathan "Duke" Leto1-4/+6
builder
2011-01-18Add support for building+testing Parrot VM and Rakudo Perl 6Jonathan "Duke" Leto1-4/+8
2011-01-18Add support for testing some Parrot and Perl 6 projectsJonathan "Duke" Leto1-0/+6
2011-01-09Use a stringified version object, because it is prettierJonathan "Duke" Leto1-2/+2
2011-01-09Attempt grab perl version correctlyJonathan "Duke" Leto1-4/+4
2011-01-09Function must be defined before it is usedJonathan "Duke" Leto1-21/+21
2011-01-08Add ability to disable perlbrewJonathan "Duke" Leto1-14/+23
This option comes in handy for those that want to run long test suites on just one version of Perl and/or those using local::lib (which doesn't play nice with perlbrew with XS modules).
2011-01-07Use cpanm --installdeps . for Module::Build projectsJonathan "Duke" Leto1-1/+2
2011-01-05Tell Module::Build to be verboseJonathan "Duke" Leto1-1/+1
2011-01-04Add some debug output to capsule.shJonathan "Duke" Leto1-0/+7
2011-01-04Fix syntax error in capsule.shJonathan "Duke" Leto1-1/+1
2011-01-03Make capsule.sh prefer Build.PLJonathan "Duke" Leto1-0/+4
2010-10-08update capsulefranck cuny1-4/+1
2010-09-27move build script to conffranck cuny1-0/+3
2010-09-27ho, I hate bashfranck cuny1-1/+1
2010-09-26ALL perls versionfranck cuny1-1/+1
2010-09-26works with dzil toofranck cuny1-4/+10
2010-09-25update layoutfranck cuny1-0/+1
2010-09-23initial importfranck cuny1-0/+26