pulse 1.2.59 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News pulse 1.2.59 (Default branch)
# 1  
Old 11-20-2008
pulse 1.2.59 (Default branch)

Pulse is an automated build (or continuous integration) server designed to work with you to ensure the integrity of your code. Pulse regularly checks your source code out from your SCM, builds your projects, and notifies you of the results. Key features include simple setup and administration using a full-featured Web UI, adapability to existing environments, distributed building, personal builds (test using Pulse before committing), and individual developer dashboards and notification preferences.License: Other/Proprietary License with Free TrialChanges:
This is a stable build in the 1.2 series. Changes include a new remote API method for listing agent names and a fix for duplicate slash issues in perforce client roots.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
Dist::Zilla::App::Command::smoke(3pm)			User Contributed Perl Documentation		     Dist::Zilla::App::Command::smoke(3pm)

NAME
Dist::Zilla::App::Command::smoke - smoke your dist VERSION
version 4.300020 SYNOPSIS
dzil smoke [ --release ] [ --author ] [ --no-automated ] DESCRIPTION
This command builds and tests the distribution in "smoke testing mode." This command is a thin wrapper around the test method in Dist::Zilla. It builds your dist and runs the tests with the AUTOMATED_TESTING environment variable turned on, so it's like doing this: export AUTOMATED_TESTING=1 dzil build --no-tgz cd $BUILD_DIRECTORY perl Makefile.PL make make test A build that fails tests will be left behind for analysis, and dzil will exit a non-zero value. If the tests are successful, the build directory will be removed and dzil will exit with status 0. OPTIONS
--release This will run the test suite with RELEASE_TESTING=1 --no-automated This will run the test suite without setting AUTOMATED_TESTING --author This will run the test suite with AUTHOR_TESTING=1 AUTHOR
Ricardo SIGNES <rjbs@cpan.org> COPYRIGHT AND LICENSE
This software is copyright (c) 2012 by Ricardo SIGNES. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. perl v5.14.2 2012-06-21 Dist::Zilla::App::Command::smoke(3pm)