fdroiddata/.gitlab-ci.yml
2016-06-13 19:33:59 +01:00

12 lines
244 B
YAML

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