fdroiddata/.gitlab-ci.yml
2016-09-10 12:09:23 +02:00

12 lines
244 B
YAML

image: mvdan/fdroid-ci:base-20160909
before_script:
- rm -rf fdroidserver
- git clone --depth=1 https://gitlab.com/fdroid/fdroidserver.git
- export PATH="$PWD/fdroidserver:$PATH"
- touch config.py
lint:
script:
- fdroid lint -f