1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-07-04 16:30:12 +02:00
fdroidserver/.gitlab-ci.yml
2016-03-11 13:27:01 +00:00

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