Skip to content

Commit

Permalink
Add mr.roboto checkout and build.
Browse files Browse the repository at this point in the history
  • Loading branch information
tisto committed Feb 13, 2015
1 parent 3c5227a commit 98f1727
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions jenkins.plone.org.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,11 @@
remote_user: root
roles:
- plone.jenkins_server

tasks:
- name: Checkout mr.roboto
git: repo=https://github.com/plone/mr.roboto.git dest=/srv/mr.roboto
- name: Run mr.roboto bootstrap
shell: python2.7 bootstrap.py chdir=/srv/mr.roboto/
- name: Run mr.roboto buildout
shell: bin/buildout chdir=/srv/mr.roboto/

0 comments on commit 98f1727

Please sign in to comment.