[Checkins] SVN: Sandbox/janjaapdriessen/buildbot/buildout.cfg add win py2.4 tests for ztk 1.0

Jan-Jaap Driessen jdriessen at thehealthagency.com
Tue Oct 26 11:32:23 EDT 2010


Log message for revision 117923:
  add win py2.4 tests for ztk 1.0

Changed:
  U   Sandbox/janjaapdriessen/buildbot/buildout.cfg

-=-
Modified: Sandbox/janjaapdriessen/buildbot/buildout.cfg
===================================================================
--- Sandbox/janjaapdriessen/buildbot/buildout.cfg	2010-10-26 15:12:12 UTC (rev 117922)
+++ Sandbox/janjaapdriessen/buildbot/buildout.cfg	2010-10-26 15:32:22 UTC (rev 117923)
@@ -1,6 +1,7 @@
 [buildout]
 parts = master
         ${py2.4:result-sections}
+        ${win-py2.4:result-sections}
         ${py2.5:result-sections}
         ${win-py2.5:result-sections}
         ${py2.6:result-sections}
@@ -112,6 +113,13 @@
 <= project-macro
 bootstrap = python2.7 bootstrap.py
 
+[project-macro-win-py2.4]
+<= project-macro
+slaves = slave-win
+bootstrap = C:\Python24\python bootstrap.py
+buildout = bin\buildout -v
+test = bin\test --all
+
 [project-macro-win-py2.5]
 <= project-macro
 slaves = slave-win
@@ -139,6 +147,12 @@
 macro = project-macro-py2.4
 targets = zopetoolkit-1.0-py2.4:zopetoolkit-1.0_parameters
 
+[win-py2.4]
+recipe = zc.recipe.macro
+result-recipe = collective.buildbot:project
+macro = project-macro-win-py2.4
+targets = zopetoolkit-1.0_win-py2.4:zopetoolkit-1.0_parameters-win
+
 [py2.5]
 recipe = zc.recipe.macro
 result-recipe = collective.buildbot:project



More information about the checkins mailing list