Scripts for setup the seafile test enviroment.
To use it in a project, add the following lines to that project's .travis.yml
file:
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 -
The bootstrap.sh
would download/build/init/start ccnet-server/seafile-server/fileserver for you.