Skip to content

Commit

Permalink
Use buildout.jenkins.
Browse files Browse the repository at this point in the history
  • Loading branch information
Timo Stollenwerk committed Nov 17, 2011
1 parent 0102436 commit 4a25195
Showing 1 changed file with 3 additions and 21 deletions.
24 changes: 3 additions & 21 deletions jenkins.cfg
Original file line number Diff line number Diff line change
@@ -1,25 +1,7 @@
[buildout]
extends =
buildout.cfg
parts += xmltest
https://raw.github.com/plone/buildout.jenkins/master/jenkins.cfg
package-name = plone.app.contenttypes
package-directories = plone/app/contenttypes

[xmltest]
recipe = collective.xmltestreport
eggs =
${test:eggs}
script = xmltest
defaults = ['--auto-color', '--auto-progress', '--xml']

[coverage]
recipe = zc.recipe.egg
eggs = coverage
initialization =
include = '--source=${buildout:directory}/src'
sys.argv = sys.argv[:] + ['run', include, 'bin/test', '--all']

[report]
recipe = zc.recipe.egg
eggs = coverage
scripts = coverage=report
initialization =
sys.argv = sys.argv[:] + ['xml', '-i']

0 comments on commit 4a25195

Please sign in to comment.