Skip to content

Commit

Permalink
Tryning to make auto-deploy run
Browse files Browse the repository at this point in the history
cf #2
  • Loading branch information
SALES authored and SALES committed Feb 4, 2016
1 parent 6e194d2 commit edaf1b9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,17 @@ cache:
- $HOME/.m2
before_install:
- mvn install:install-file -DgroupId=org.xerial -DartifactId=sqlite-jdbc -Dversion=3.7.8 -Dfile=lib/sqlite-jdbc-3.7.8.jar -Dpackaging=jar -DgeneratePom=true
before_deploy:
- export RELEASE_PKG_FILE=$(ls target/*.deb)
- echo "deploying $RELEASE_PKG_FILE to GitHub releases"
deploy:
provider: releases
api_key:
secure: Vwl5dp9As8OjcO6vcMivSqc92JGpsWJcX1xGhFhpjk4Jo0wBaFEs+SgfxqU59lPiF6r7uoBTpHUcnuYqEWtWMq7r63RMxEGXnbJgsKk5yorkBqroQDABl/L/WW6LOudXzTY8yDWou8Bcw0YUZy2rl1+2IlVoCmmfNkoGlaE3wyY=
file: target/*.deb
file_glob: true
file: "${RELEASE_PKG_FILE}"
skip_cleanup: true
all_branches: true
on:
tags: true
on:
Expand Down

0 comments on commit edaf1b9

Please sign in to comment.