mirror of
https://github.com/robweber/xbmcbackup.git
synced 2024-11-14 12:25:48 +01:00
13 lines
239 B
YAML
13 lines
239 B
YAML
dist: xenial
|
|
language: python
|
|
python: 3.7
|
|
|
|
install:
|
|
- pip install kodi-addon-checker
|
|
|
|
before_script:
|
|
- git config core.quotepath false
|
|
|
|
# command to run our tests
|
|
script:
|
|
- kodi-addon-checker --branch=krypton --allow-folder-id-mismatch |