2014-01-25 19:24:31 +00:00
|
|
|
machine:
|
|
|
|
node:
|
|
|
|
version:
|
2014-07-31 14:32:14 +00:00
|
|
|
0.10.24
|
2014-01-26 14:51:07 +00:00
|
|
|
python:
|
|
|
|
version:
|
2014-01-26 14:54:32 +00:00
|
|
|
2.7.3
|
2014-01-25 19:24:31 +00:00
|
|
|
dependencies:
|
|
|
|
pre:
|
2015-05-12 07:33:11 +00:00
|
|
|
- wget http://downloads.sourceforge.net/project/optipng/OptiPNG/optipng-0.7.5/optipng-0.7.5.tar.gz
|
|
|
|
- tar xvf optipng-0.7.5.tar.gz
|
|
|
|
- cd optipng-0.7.5; ./configure; make; sudo checkinstall -y;
|
2014-01-25 19:24:31 +00:00
|
|
|
- make deps
|
2015-07-27 18:44:31 +00:00
|
|
|
- pip install -r requirements_dev.txt
|
2014-02-06 09:09:39 +00:00
|
|
|
- pip install -r requirements.txt
|
|
|
|
cache_directories:
|
|
|
|
- rd_ui/node_modules/
|
|
|
|
- rd_ui/app/bower_components/
|
2014-01-25 19:24:31 +00:00
|
|
|
test:
|
2014-02-06 09:09:39 +00:00
|
|
|
override:
|
|
|
|
- make test
|
2014-01-25 19:24:31 +00:00
|
|
|
post:
|
2014-07-31 14:32:14 +00:00
|
|
|
- make pack
|
2014-01-26 14:30:16 +00:00
|
|
|
deployment:
|
|
|
|
github:
|
|
|
|
branch: master
|
|
|
|
commands:
|
|
|
|
- make upload
|
2014-09-14 15:23:02 +00:00
|
|
|
notify:
|
|
|
|
webhooks:
|
|
|
|
- url: https://webhooks.gitter.im/e/895d09c3165a0913ac2f
|
2015-03-16 07:03:52 +00:00
|
|
|
general:
|
|
|
|
branches:
|
|
|
|
ignore:
|
|
|
|
- gh-pages
|