Skip to content

Commit

Permalink
'Trigger build #0c5d09cf999f4b614f370b08e037a38bab29f531'
Browse files Browse the repository at this point in the history
  • Loading branch information
galilasmb committed Apr 18, 2020
1 parent 0c5d09c commit 2c7b5cc
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@

sudo: required
language: java

jdk:
- openjdk8

script:
- mvn package -DskipTests

before_deploy:
- mkdir MiningBuild
- find . -name '*.jar' -exec cp {} ./MiningBuild \;
- cd /home/travis/build/galilasmb/soot-analysis/MiningBuild
- tar -zcvf result.tar.gz *
deploy:
provider: releases
api_key: $GITHUB_TOKEN
file: result.tar.gz
name: fetchjar-0c5d09cf999f4b614f370b08e037a38bab29f531
file_glob: true
overwrite: false
skip_cleanup: true
on:
all_branches: true

0 comments on commit 2c7b5cc

Please sign in to comment.