fdroidserver/.gitlab-ci.yml
2016-03-11 13:27:01 +00:00

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