mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2024-11-16 17:05:32 +00:00
15 lines
202 B
YAML
15 lines
202 B
YAML
sudo: required
|
|
language: python
|
|
|
|
services:
|
|
- docker
|
|
|
|
install:
|
|
- set -e
|
|
- pip install -r ci/requirements.txt
|
|
- pip install -r image/base/requirements.txt
|
|
|
|
script:
|
|
- ./run-tests.sh
|
|
- ci/ci.sh
|