Set up fdroidserver at the start of PATH

This commit is contained in:
Daniel Martí 2015-09-01 21:23:28 -07:00
parent 21e66c485b
commit 6f26316caa
1 changed files with 2 additions and 2 deletions

View File

@ -5,10 +5,10 @@ before_script:
- echo " == Cloning fdroidserver"
- test -d fdroidserver && rm -rf fdroidserver
- git clone https://gitlab.com/fdroid/fdroidserver.git fdroidserver --depth=10
- export PATH="$PATH:$PWD/fdroidserver"
- export PATH="$PWD/fdroidserver:$PATH"
- touch config.py
metadata_check:
test:
script:
- fdroid readmeta
- fdroid lint