mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-09 00:40:11 +01:00
9 lines
149 B
YAML
9 lines
149 B
YAML
image: mvdan/fdroid-ci:latest
|
|
|
|
test:
|
|
script:
|
|
- apt-get update
|
|
- apt-get install -y python-dev gcc
|
|
- cd tests
|
|
- ./complete-ci-tests
|