Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 681 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 681 Bytes

seafile-test-deploy Build Status

Scripts for setup the seafile test enviroment.

How to use it

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.