Skip to content

Commit

Permalink
Build pre-dependency-populated tarballs and upload them to Github as …
Browse files Browse the repository at this point in the history
…releases. (#33)
  • Loading branch information
diranged authored and chaochenq committed Jun 14, 2016
1 parent 12c2580 commit 25ad291
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
language: java
sudo: required
install:
- true
before_deploy:
- mvn clean
- sudo ./setup --build
- tar -zcvf /tmp/binary.tgz .
deploy:
- provider: releases
file: /tmp/binary.tgz
api_key: "$OAUTH_TOKEN"
skip_cleanup: true
on:
tags: true
all_branches: true

0 comments on commit 25ad291

Please sign in to comment.