Skip to content

Commit

Permalink
Adding github releases.
Browse files Browse the repository at this point in the history
  • Loading branch information
palerikm committed Mar 21, 2015
1 parent e492767 commit b2af442
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,19 @@ before_install:
- sudo apt-get install pkg-config check
- sudo pip install cpp-coveralls
script:
- "./bootstrap.sh"
- "./configure --enable-check && make && make check"
- ./bootstrap.sh
- ./configure --enable-check && make && make check
after_success:
- if [[ $COVERAGE == 'true' ]]; then ./coverage.sh; fi
notifications:
slack:
secure: 4VG8/5JgqQadvwm2MnTzOxq8z0iCzKZOr08xD3Q5TG02Yec07bPlAJendMkK1xZgS0zAlwrhdbPfTdYm7D720Gi0iX+95y1tNpFtYlkxRGp4JmjXI2/t0066yBtB03+ZPZkku/2OCM1c248YJ8ls1wOfFQfHkTAQfdy8KOlZjv0=

deploy:
provider: releases
api_key:
secure: u9c+zbJrWKHTDorqR3pNaups0WEDC07Ur876RWdBqE3kS64usQcsiTWz61E8ERDrokowkTSJWDcMbj7Oy0E7b3P3jn4LBvOjbV0DZ7HUlRDe9BwJjGtB5D8tf9Am3Kw5jb0Uxm4c9/q+9u8cslmq6KzaZhZWX+wx7W8hrOmFh0M=
file: spudlib-0.1.tar.gz
skip_cleanup: true
on:
repo: iptube/SPUDlib

0 comments on commit b2af442

Please sign in to comment.