mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-03 08:11:08 +00:00
21 lines
893 B
YAML
21 lines
893 B
YAML
language: python
|
|
before_install:
|
|
# build/init/start ccnet-server/seafile-server
|
|
- git clone --depth=1 --branch=master git://github.com/haiwen/seafile-test-deploy /tmp/seafile-test-deploy
|
|
- cd /tmp/seafile-test-deploy && ./bootstrap.sh && cd -
|
|
# install phantomjs
|
|
- ./tests/install-deps.sh
|
|
script:
|
|
- ./tests/seahubtests.sh init && ./tests/seahubtests.sh runserver && ./tests/seahubtests.sh test
|
|
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
|
|
- pip install -r test-requirements.txt
|
|
notifications:
|
|
email: false
|
|
slack:
|
|
rooms:
|
|
secure: TAfn5FZpRfzjGnHl2oiF1bF9FVg3L+ObK6gkNmdAY08xgdd8fHFOHrlD1WzrYSom3eT2OZ/5YPzrKAwbuWcMqTWc7NxjBCEDwfRu7F0DVBX/tUCd4f8H4B0LhaVpF3kNpApRV8UhIi1+2z9slP0O1BerDDn5AaTOx9YfcAFs/w8=
|
|
on_success: always
|