Skip to content

Commit

Permalink
added deploy to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Sascha Kühl committed Feb 26, 2017
1 parent 419916d commit 9eaa082
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ matrix:
addons: *gcc5

# gcc-6
- env: GCC_VERSION=6 BUILD_TYPE=Debug
- env: GCC_VERSION=6 BUILD_TYPE=Debug DO_DEPLOY=True
os: linux
addons: &gcc6
apt:
Expand Down Expand Up @@ -190,6 +190,18 @@ after_success:
coveralls-lcov --repo-token=${COVERALLS_TOKEN} coverage.info
fi
deploy:
provider: releases
api_key: "GITHUB OAUTH TOKEN"
file_glob: true
file:
- Package/*.tar.gz
skip_cleanup: true
on:
tags: true
condition: "-n $DO_DEPLOY"


notifications:
email:
recipients:
Expand Down

0 comments on commit 9eaa082

Please sign in to comment.