mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2025-02-22 04:52:17 +00:00
More tests in travis builds.
This commit is contained in:
parent
e2557cd45a
commit
ccedb31221
7
ci/ci.sh
7
ci/ci.sh
|
@ -11,9 +11,10 @@ pip install docker-squash
|
|||
|
||||
sudo cp samples/server.conf bootstrap/bootstrap.conf
|
||||
|
||||
sudo ./launcher bootstrap
|
||||
sudo ./launcher start && sleep 10
|
||||
sudo ./launcher -v bootstrap
|
||||
sudo ./launcher -v start && sleep 10
|
||||
sudo ./launcher stop --skip-prereqs
|
||||
sudo ./launcher start --docker-args "--memory 1g" && sleep 10
|
||||
sudo ./launcher restart
|
||||
sudo ./launcher rebuild --docker-args "--memory 1g"
|
||||
sudo ./launcher -v rebuild
|
||||
sudo ./launcher -v rebuild --docker-args "--memory 1g"
|
||||
|
|
Loading…
Reference in a new issue