From 0e6f5acfb562f120f0388da506a931c3698b9713 Mon Sep 17 00:00:00 2001 From: robweber Date: Mon, 15 Jun 2020 20:44:41 -0500 Subject: [PATCH] added deploy script using kodi-addon-submitter --- .travis.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1096a49..7e05cfc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ language: python python: 3.7 install: - - pip install flake8 kodi-addon-checker + - pip install flake8 kodi-addon-checker git+https://github.com/romanvm/kodi-addon-submitter.git before_script: - git config core.quotepath false @@ -11,4 +11,10 @@ before_script: # command to run our tests script: - flake8 ./ --statistics --show-source --builtins=sys --ignore=E501,E722 --exclude=croniter.py # check python structure against flake8 tests, ignore long lines - - kodi-addon-checker --branch=matrix --allow-folder-id-mismatch \ No newline at end of file + - kodi-addon-checker --branch=matrix --allow-folder-id-mismatch + + deploy: + - provider: script + script: submit-addon -r repo-plugins -b matrix --push-branch script.xbmcbackup + on: + tags: true \ No newline at end of file