fdroiddata/.gitlab-ci.yml

14 lines
347 B
YAML
Raw Normal View History

2016-04-05 09:52:37 +00:00
image: mvdan/fdroid-ci:base-20160405
2016-02-29 14:57:49 +00:00
2015-07-29 23:13:49 +00:00
before_script:
2016-02-26 16:37:50 +00:00
- rm -rf fdroidserver
# TODO(mvdan): re-add --depth=1 once this is fixed:
# https://gitlab.com/gitlab-com/support-forum/issues/652
- git clone https://gitlab.com/fdroid/fdroidserver.git
- export PATH="$PWD/fdroidserver:$PATH"
2015-07-30 19:36:17 +00:00
- touch config.py
2015-07-29 23:13:49 +00:00
2015-09-12 01:16:14 +00:00
lint:
2015-07-29 23:41:37 +00:00
script:
2015-12-08 16:58:12 +00:00
- fdroid lint -f