mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-05 00:41:06 +03:00
9 lines
174 B
YAML
9 lines
174 B
YAML
image: mvdan/fdroid-ci:latest
|
|
|
|
test:
|
|
script:
|
|
- apt-get update
|
|
- apt-get install -y python3-dev gcc
|
|
- pip3 install -e .
|
|
- cd tests
|
|
- ./complete-ci-tests
|