nadir/jenkins

这是一个使用jenkins构建symfony2.8的简单示例

维护者

详细信息

github.com/nfouka/app

源代码

问题

安装: 13

依赖者: 0

建议者: 0

安全: 0

星标: 0

关注者: 3

分支: 0

开放问题: 0

类型:项目

v2 2016-10-30 14:58 UTC

This package is auto-updated.

Last update: 2024-09-24 03:49:21 UTC


README

方向

Clone this repo or Download the tarball.
Copy the app directory and build.xml into your Symfony root directory.
Enjoy.

注意:你可能需要在SCM的忽略文件中添加"build/*"。你可能需要调整的东西

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.

致谢

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