fdroiddata/.gitlab-ci.yml

12 lines
244 B
YAML

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