Skip to content

Commit

Permalink
Add deployment to packagecloud
Browse files Browse the repository at this point in the history
  • Loading branch information
msalau committed Oct 7, 2016
1 parent b6f005f commit 10bb270
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 13 deletions.
32 changes: 21 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,24 @@ addons:
branch_pattern: coverity_scan

deploy:
provider: releases
api_key:
secure: kESi7jtWoN0zauhYOnQ+Td9fo6naGA7v9S9u1DKQQL8OuXNZz150ytp3G13GsqBFKQYfksnmP7sKfWGlJnC4tEQ8axBRD913gW24rkgySL9CuhCXGuv+yaPRjYzVfgt0NFpCqes3boz+wCOjez55ZXY5F8oWFEpzp+4OGQCvVoQ=
file_glob: true
file:
- rl78flash-*.zip
- rl78flash_*.deb
skip_cleanup: true
on:
repo: msalau/rl78flash
tags: true
- provider: releases
api_key:
secure: kESi7jtWoN0zauhYOnQ+Td9fo6naGA7v9S9u1DKQQL8OuXNZz150ytp3G13GsqBFKQYfksnmP7sKfWGlJnC4tEQ8axBRD913gW24rkgySL9CuhCXGuv+yaPRjYzVfgt0NFpCqes3boz+wCOjez55ZXY5F8oWFEpzp+4OGQCvVoQ=
file_glob: true
file:
- rl78flash-*.zip
- rl78flash_*.deb
skip_cleanup: true
on:
repo: msalau/rl78flash
tags: true

- provider: packagecloud
username: msalau
repository: rl78flash
dist: debian/jessie
skip_cleanup: true
on:
tags: true
token:
secure: a8guvC+i9+2VITcstiiI7VFmVhFu5KmpMj820Ju4720pJKFPguuhA6ld3Mr6TXJdMKhqk5Vp8YYl/6L9xWolgcTB2Or2HM2BCCS1FnADf5MiEiBK3hJUnTHSAzElzh7fPJino0unvRQxC0wkDRex6HcU3prsN9cYi8r7L4DieAI=
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,14 @@ Features:

# Download

Binary version for Windows can be downloaded from
Binary versions can be downloaded from
https://github.com/msalau/rl78flash/releases

Linux users are encouraged to build rl78flash from source.
deb packages are available on packagecloud

[![packagecloud.io/msalau/rl78flash](https://packagecloud.io/assets/packagecloud-badge-fbea7fd09f5aab38e8d59fec16f2268c.png)](https://packagecloud.io/msalau/rl78flash)

Of course one can build rl78flash from source.

# Build

Expand Down

0 comments on commit 10bb270

Please sign in to comment.