Skip to content

Commit

Permalink
hook up package deploy via travis-ci on tags
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtazz committed Dec 23, 2015
1 parent 0627821 commit 5f4185a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ addons:
- build-essential
- libcurl4-openssl-dev
- doxygen
- rpm
deploy:
provider: script
script: ./autogen.sh && ./configure --prefix=`pwd`/usr && make deploy-packages
on:
tags: true
env:
global:
- secure: i+h0SxjrHCfvoaXCJ1b+tK0vvNgoLq7Xl/eh34tb3QokacWO+piyLcbSxvz0IcE50ye0x8CyMn2hyyGCgzwHDgaUCmkILS+3y+9E7FC4nYwLvi2mJ2Q9DI1Q5aXhcMXiEYb9b1LjrorUdgs6DcfJVq7ZSU3CawKU/uBtKfC39iQ=
- secure: IdA0aOUuazgCVT3X8bmOjC2mJpHIk+eakCUgiPGhsMsg6Nhe+OgYUF9uGLgz3py5qZq3ns+9WV1IVZVhwd1CFz+2wFKHM6WRnvlfFJ/aV+rb10I2tiX8BrepNcZzCvwuTxIgqb3m97DHRmf/s8DnnmF6v5pvUaKb9SjxFQ1d/XY=

0 comments on commit 5f4185a

Please sign in to comment.