seafile-containerized/.travis.yml

19 lines
472 B
YAML
Raw Normal View History

2016-11-09 03:19:41 +00:00
sudo: required
language: python
2016-11-09 03:19:41 +00:00
services:
- docker
install:
2016-11-09 03:19:41 +00:00
# Must put something here, or travis would ask us for requirments.txt
- echo "Nothing to install"
script:
- cd image && make base && make && cd ..
- cp samples/server.conf bootstrap/bootstrap.conf
2016-11-21 04:56:33 +00:00
- sudo ./launcher bootstrap
2016-11-21 05:09:25 +00:00
- sudo ./launcher start && sleep 10
- sudo ./launcher stop --skip-prereqs
2016-11-21 05:34:46 +00:00
- sudo ./launcher start --docker-args "--memory 1g" && sleep 10
2016-11-21 05:09:25 +00:00
- sudo ./launcher restart