mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-14 11:00:10 +01:00
8 lines
119 B
YAML
8 lines
119 B
YAML
image: mvdan/fdroid-ci:base-20160414
|
|
|
|
test:
|
|
script:
|
|
- pip3 install -e .
|
|
- cd tests
|
|
- ./complete-ci-tests
|