Skip to content
Snippets Groups Projects
Commit b4c5d626 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[ci] Install cpulimit

parent da541db4
No related branches found
No related tags found
1 merge request!194Scheduler
......@@ -6,6 +6,8 @@ py27-linux:
- ./bin/buildout
- ./bin/python --version
- unset TMPDIR
- cd src/cpulimit && make && cd -
- cd bin && ln -s ../src/cpulimit/src/cpulimit . && cd -
- export NOSE_WITH_COVERAGE=1
- export NOSE_COVER_PACKAGE=beat.web
- export COVERAGE_FILE=.coverage.django
......@@ -30,6 +32,8 @@ py27-macosx:
- /Users/buildbot/work/environments/beat/py27/bin/python bootstrap-buildout.py --setuptools-version=`/Users/buildbot/work/environments/beat/py27/bin/python -c 'import setuptools; print(setuptools.__version__)'`
- ./bin/buildout
- ./bin/python --version
- cd src/cpulimit && make && cd -
- cd bin && ln -s ../src/cpulimit/src/cpulimit . && cd -
- export NOSE_WITH_COVERAGE=1
- export NOSE_COVER_PACKAGE=beat.web
- export COVERAGE_FILE=.coverage.django
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment