Skip to content

Commit

Permalink
automatically deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
andrej-sajenko committed Jul 16, 2018
1 parent 434f5a1 commit 1304f68
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,15 @@ script:

after_success:
- coveralls --root . -E ".*CMakeFiles.*" -e test -e third-party -e src-view -e include --gcov-options '\-lp'

before_deploy:
# tar the header files and the library
- tar -czf sealib.tar.gz ./include ./lib
deploy:
provider: releases
api_key: $GITHUB_TOKEN
file: "sealib.tar.gz"
skip_cleanup: true
on:
tags: true
branch: master

0 comments on commit 1304f68

Please sign in to comment.