mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-05 06:50:10 +01:00
10 lines
174 B
YAML
10 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
|