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