about summary refs log tree commit diff
path: root/scripts/capsule.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Unbreak capsule.shJonathan "Duke" Leto2011-05-231-8/+6
|
* Merge branch 'master' into git_refactorJonathan "Duke" Leto2011-05-231-6/+8
|\
| * Teach capsule about HARNESS_TIMERJonathan "Duke" Leto2011-05-221-6/+8
| |
* | Add a test to verify we get the expected sha1Jonathan "Duke" Leto2011-05-221-1/+7
|/
* Make reusing git repos actually workJonathan "Duke" Leto2011-02-231-0/+2
| | | | | This code is not pretty, but it works. Currently, Git::Repository is eschewed because it was giving odd errors.
* Teach jitterbug how to run Ruby Rakefile testsJonathan "Duke" Leto2011-02-041-0/+2
|
* Teach capsule.sh about plain Makefile-based projectsJonathan "Duke" Leto2011-01-311-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.
* Capture all build output in the logfile, since it is usually usefulJonathan "Duke" Leto2011-01-311-8/+8
|
* Add a builder_variablse YAML key, which passed environment variables to the ↵Jonathan "Duke" Leto2011-01-281-4/+6
| | | | builder
* Add support for building+testing Parrot VM and Rakudo Perl 6Jonathan "Duke" Leto2011-01-181-4/+8
|
* Add support for testing some Parrot and Perl 6 projectsJonathan "Duke" Leto2011-01-181-0/+6
|
* Use a stringified version object, because it is prettierJonathan "Duke" Leto2011-01-091-2/+2
|
* Attempt grab perl version correctlyJonathan "Duke" Leto2011-01-091-4/+4
|
* Function must be defined before it is usedJonathan "Duke" Leto2011-01-091-21/+21
|
* Add ability to disable perlbrewJonathan "Duke" Leto2011-01-081-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).
* Use cpanm --installdeps . for Module::Build projectsJonathan "Duke" Leto2011-01-071-1/+2
|
* Tell Module::Build to be verboseJonathan "Duke" Leto2011-01-051-1/+1
|
* Add some debug output to capsule.shJonathan "Duke" Leto2011-01-041-0/+7
|
* Fix syntax error in capsule.shJonathan "Duke" Leto2011-01-041-1/+1
|
* Make capsule.sh prefer Build.PLJonathan "Duke" Leto2011-01-031-0/+4
|
* update capsulefranck cuny2010-10-081-4/+1
|
* move build script to conffranck cuny2010-09-271-0/+3
|
* ho, I hate bashfranck cuny2010-09-271-1/+1
|
* ALL perls versionfranck cuny2010-09-261-1/+1
|
* works with dzil toofranck cuny2010-09-261-4/+10
|
* update layoutfranck cuny2010-09-251-0/+1
|
* initial importfranck cuny2010-09-231-0/+26