Automation of arch package deploy to AUR

This commit is contained in:
André Koch-Kramer
2019-05-07 16:34:24 +02:00
parent 6b24b54591
commit b9be1eaaf4
5 changed files with 75 additions and 0 deletions

View File

@@ -11,6 +11,8 @@ script:
- python3 -m pylint instaloader
- python3 -m mypy -m instaloader
- make -C docs html SPHINXOPTS="-W -n"
addons:
ssh_known_hosts: aur.archlinux.org
deploy:
- provider: pypi
user: aandergr
@@ -28,3 +30,8 @@ deploy:
on:
branch: master
python: 3.6
- provider: script
script: deploy/arch/deploy.sh $TRAVIS_TAG
on:
tags: true
python: 3.6