fdroiddata/.gitlab-ci.yml
Daniel Martí 8f8a427db7 CI: Use the new base image
Lighter, since it doesn't include all the stuff required to build and
test the client that we don't need here.
2016-03-29 13:36:43 +01:00

12 lines
244 B
YAML

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