Skip to content

Commit

Permalink
Jenkins slave install grunt
Browse files Browse the repository at this point in the history
  • Loading branch information
bloodbare committed Feb 11, 2014
1 parent 14090f9 commit 05a0df2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions plips/plip13787-main-template.cfg
Expand Up @@ -36,6 +36,15 @@ groups = ${alltests:groups}
exclude = ${alltests:exclude}
test-script = ${buildout:bin-directory}/jenkins-test

[mockup]
recipe = collective.recipe.cmd
on_install = true
on_update = true
nix_path=~/.nix-defexpr/channels/
cmds =
npm install grunt-cli
cd ${buildout:sources-dir}/mockup
PATH=$PATH:/node_modules/grunt-cli/bin/ make bootstrap NIX_PATH=${:nix_path}

[themetest]
recipe = zc.recipe.egg
Expand Down

0 comments on commit 05a0df2

Please sign in to comment.