Skip to content

Commit 43975e3

Browse files
authored
Merge pull request #169 from AKSW/feature/pyInstallerRelease
Add pyinstaller deployment to travis
2 parents 125cab4 + 0893aae commit 43975e3

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.travis.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,20 @@ script:
5050
- coverage run -a --source=quit tests/test_namespace.py
5151
- coverage run -a --source=quit tests/test_provenance.py
5252

53+
before_deploy:
54+
- pyinstaller -F quit.spec
55+
- cp dist/run dist/quit
56+
57+
deploy:
58+
provider: releases
59+
api_key:
60+
secure: lvGR9nWYc/FI98SIGwRaTXXqjcL1hVDMc/P4W4Tg8gdNQ3LSJ4yYzYdtLOfqOupwUxFKR3//mzYbxBEIxXADNos9QtN5scVdZyiApG+FjYRa4TS/JkQ5tk4/aIjlCdwiUOAM9hKfclO7QmWcUX9xtagBG+Z9f99Xm4Z2gzmlq6+bnD4r/ODm8j3AbyHGq3vRNeuz9CiMxgwTTsOaP738BynmOdAVlL0YNw/Rjt1E6xTfjJ0zGT2CYDqUgA/A/RagrMZnESo/2htzQ2G7cYhv6txvCg2pCP2VIiubTni/cC1h3eTPledbmoePdtd9xHA9xb2WSB4RSBeYBr3DTJIrysTDyUOFhI2L/UHFwXlH1UlQZCaRzf/+cIHvoQPxs6PC1mZHs/SgPm+4m1OoJwrXsAMgn52cvVbM7WIhIWYxtQYshDKCip3XQa8ybzn0bVPNi2/zsl+yKdS1PKzeoNxeoBXExyK3igTXKs+u2He8s97wJZII9C+n2GbK/ndqwOENUDOVKuVytmBJ372XrvBLcxS41dMtX/AnFcr+P6ZCZ+PI71D1+GG+pU7KNglyI2RQPBlWfSOM00bXQ16HDYaWD/ktoDVYaj4YkenxFEMoRYyirHw6fFwXRWHZCCg1CA29EIU+HD3kQXzwmxtoecc9zhFpW5WHYUn9DiKdwq6A9xg=
61+
file: dist/quit
62+
skip_cleanup: true
63+
on:
64+
condition: $TRAVIS_PYTHON_VERSION = 3.6
65+
tags: true
66+
repo: AKSW/QuitStore
67+
5368
after_success:
5469
coveralls

0 commit comments

Comments
 (0)