fdroiddata/.gitlab-ci.yml
2016-08-21 11:00:50 +02:00

12 lines
244 B
YAML

image: mvdan/fdroid-ci:base-20160820
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