Skip to content

Commit

Permalink
fix(ci/cd): add testseraing
Browse files Browse the repository at this point in the history
  • Loading branch information
remdub committed Oct 18, 2024
1 parent fd6de51 commit 3de3132
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion buildout.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,29 @@
[buildout]
extends = https://raw.githubusercontent.com/IMIO/buildout.pm/refs/heads/master/communes-dev.cfg
extends = https://raw.githubusercontent.com/IMIO/buildout.pm/refs/heads/master/communes-dev.cfg

auto-checkout +=
Products.MeetingSeraing

parts +=
testseraing

[instance1]
eggs +=
Products.MeetingSeraing

zcml +=
Products.MeetingSeraing
Products.MeetingCommunes
imio.pm.locales

[sources]
Products.MeetingSeraing = git ${remotes:imio}/Products.MeetingSeraing.git pushurl=${remotes:imio_push}/Products.MeetingSeraing.git branch=master
Products.MeetingCommunes = git ${remotes:imio}/Products.MeetingCommunes.git pushurl=${remotes:imio_push}/Products.MeetingCommunes.git branch=master

[testseraing]
recipe = zc.recipe.testrunner
defaults = ['--auto-color', '--auto-progress', '-s', 'Products.MeetingSeraing']
eggs =
${test:eggs}
Products.MeetingSeraing [test]
environment = testenv

0 comments on commit 3de3132

Please sign in to comment.