2014-08-18 08:04:23 +00:00
|
|
|
language: python
|
|
|
|
before_install:
|
2014-08-19 08:43:47 +00:00
|
|
|
# build/init/start ccnet-server/seafile-server
|
2017-07-03 02:52:56 +00:00
|
|
|
- git clone --depth=1 --branch=6.1 git://github.com/haiwen/seafile-test-deploy /tmp/seafile-test-deploy
|
2014-08-19 08:43:47 +00:00
|
|
|
- cd /tmp/seafile-test-deploy && ./bootstrap.sh && cd -
|
2014-08-30 15:17:08 +00:00
|
|
|
# install phantomjs
|
2014-08-19 08:43:47 +00:00
|
|
|
- ./tests/install-deps.sh
|
2014-08-18 08:04:23 +00:00
|
|
|
script:
|
2014-08-19 09:01:31 +00:00
|
|
|
- ./tests/seahubtests.sh init && ./tests/seahubtests.sh runserver && ./tests/seahubtests.sh test
|
2014-08-19 08:43:47 +00:00
|
|
|
env:
|
|
|
|
- CCNET_CONF_DIR=/tmp/ccnet SEAFILE_CONF_DIR=/tmp/seafile-data
|
|
|
|
install:
|
|
|
|
- pip install -r requirements.txt --allow-all-external --allow-unverified Djblets --allow-unverified PIL
|
2014-08-30 15:17:08 +00:00
|
|
|
- pip install -r test-requirements.txt
|
2014-08-18 08:04:23 +00:00
|
|
|
notifications:
|
2014-09-22 08:40:26 +00:00
|
|
|
email:
|
|
|
|
recipients:
|
|
|
|
- xiez1989@gmail.com
|
|
|
|
- imwhatiam123@gmail.com
|
|
|
|
- linshuai2012@gmail.com
|