Skip to content
This repository has been archived by the owner on May 14, 2018. It is now read-only.

Commit

Permalink
add build automation script using Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
innerjoin committed Nov 10, 2017
1 parent 4999282 commit 325a7d3
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
17 changes: 17 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
language: node_js
node_js:
- 6
before_install:
- npm install
script:
- npm run build
deploy:
provider: releases
api_key:
secure: 1f93TzCWO2nx0FHUAwgEKQRHiXHoq/GkupVCz6RHRtpMeol96IpGPke0gcUZwhJARyEiydyvkiB728SMUvV4qX1GA8jfm8+MrR5RA0HRXNunl66SglxQYAJklUa5EP7ZU3jyvS8nPCsc3Kb54Ua/1t6ImmUy5kWyV7L4MCDAiAVTliKFPbtPuOTtMn6UQ1Vy8pD8U3WUTcmWfkqV7hSMu1ZurHBo26B1yEekTOuf4Arl72RrOzkiMN4HMIytRuYBtaTTPfoGG7ZgjG11zcC7B2k6iwTgO5DQVUurypSIJW3oMIUyl6LHikU50z2B9i3Vd+R2pYt28jpw+Z2rzFtlRAwYBFI70mXdF4zhZtjFO2Zjw4tJpfy40kUHLeLNqpD5Q9wM6Qq18beShhldgfDyQy1UA9VAWBkFSXo3vDJcVONOToXSwIZauNr2Ut7oOMOLcVFxb+/jWfZZZJPaTuIuu4S/etXY415Gme0f7ER7s65JQ9jJSh5H23U4vIQ1xz2/uPvWlR6EUJOoszdbldfjiVAeBHK0BUaGBS8aypNt7Xe/Y9iKfNwS8VTeN5UOAbf6zcA40vsUrrUchd0fA3H1+V0Fapsp/72oRevz5olfXEAkFuZnEOEhd8G7uZ6eQiLUskAmVYpH/3RkWOf2po3hg3F+73TZSUbZ04eogCfiIV8=
file: com.siemens.bt.jazz.workitemeditor.gitCommitPicker*.zip
file_glob: true
skip_cleanup: true
on:
tags: true
repo: jazz-community/rtc-git-commit-picker
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![travis-svg][travis-svg]][travis]

# Git Commit Picker
The Git Commit Picker enables you to link Git Commits with RTC Work Items from within the RTC Work Item Editor.

Expand Down Expand Up @@ -27,4 +29,7 @@ Pull requests are also very welcome.

## Licensing
Copyright (c) Siemens AG. All rights reserved.
Licensed under the [MIT](https://github.com/jazz-community/rtc-git-commit-picker/blob/master/LICENSE) License.
Licensed under the [MIT](https://github.com/jazz-community/rtc-git-commit-picker/blob/master/LICENSE) License.

[travis-svg]: https://travis-ci.org/jazz-community/rtc-git-commit-picker.svg?branch=master
[travis]: https://travis-ci.org/jazz-community/rtc-git-commit-picker

1 comment on commit 325a7d3

@innerjoin
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

closes #6

Please sign in to comment.