gitlab-ci: new job to test plugins API + fdroid fetchsrclibs

This commit is contained in:
Hans-Christoph Steiner 2021-01-11 12:05:02 +01:00
parent 9552d3ed2e
commit 4b7d29097d
2 changed files with 38 additions and 1 deletions

View file

@ -15,7 +15,6 @@ fdroid_summary = 'prepare the srclibs for `fdroid build --on-server`'
def main():
common.config = {
'accepted_formats': 'yml',
'sdk_path': os.getenv('ANDROID_HOME'),
}
common.fill_config_defaults(common.config)