fdroiddata/.gitlab-ci.yml
Daniel Martí b55f2a7628 CI: Bump docker image
Now python3 comes installed.
2016-03-17 14:17:15 +00:00

12 lines
239 B
YAML

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