mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
8 lines
170 B
YAML
8 lines
170 B
YAML
image: mvdan/fdroid-ci:server-20160909
|
|
|
|
test:
|
|
script:
|
|
- mkdir -p /usr/lib/python3.4/site-packages/
|
|
- pip3 install -e .
|
|
- cd tests
|
|
- ./complete-ci-tests
|