nadir / jenkins
This is a simple example for build symfony2.8 with jenkins
Installs: 15
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=5.3.9
- doctrine/doctrine-bundle: ~1.4
- doctrine/orm: ^2.4.8
- incenteev/composer-parameter-handler: ~2.0
- sensio/distribution-bundle: ~5.0
- sensio/framework-extra-bundle: ^3.0.2
- symfony/monolog-bundle: ~2.4
- symfony/swiftmailer-bundle: ~2.3
- symfony/symfony: 2.8.*
Requires (Dev)
- sensio/generator-bundle: ~3.0
- symfony/phpunit-bridge: ~2.7
This package is auto-updated.
Last update: 2025-01-24 04:45:52 UTC
README
Directions
Clone this repo or Download the tarball.
Copy the app directory and build.xml into your Symfony root directory.
Enjoy.
NOTE: You'll probably want to add "build/*" to your SCM's ignore file. Things you may want to tweak
PHP CodeSniffer Standard: Currently the default value (PEAR) set by PHP Project Wizard.
PHPMD Rules: Currently the default value (codesize,design,naming,unusedcode) set by the PHP Project Wizard.
Credits
The initial build script was generated by PHP Project Wizard
It's been modified to run phpunit from the app directory.
The initial phpunit.dist.xml came with Symfony 2.8.3.
It's been modified to include a logging target that the build tools expect to exist.
This target was provided by Jenkins-PHP and was modified to reflect the location of the build directory relative to the app directory