Skip to content

Commit

Permalink
add travis
Browse files Browse the repository at this point in the history
  • Loading branch information
rinfuyu committed Dec 29, 2018
1 parent f0115a9 commit 6413ff7
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
matrix:
include:
- os: linux
dist: xenial
- os: osx
osx_image: xcode10.1
language: java
sudo: false
git:
depth: 1
cache:
directories:
- "$HOME/.m2"
jdk:
- openjdk11
before_deploy:
- mv target/$APPNAME-desktop-$TRAVIS_TAG-jar-with-dependencies.jar $APPNAME-$TRAVIS_TAG-$TRAVIS_OS_NAME.jar
deploy:
provider: releases
api_key: $GITHUB_TOKEN
skip_cleanup: true
file: $APPNAME-$TRAVIS_TAG-$TRAVIS_OS_NAME.jar
on:
tags: true
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>io.github.koma-im.koma</groupId>
<artifactId>koma-desktop</artifactId>
<packaging>jar</packaging>
<version>0.7.3.2</version>
<version>0.7.3.2.0</version>
<name>koma-desktop</name>
<dependencies>
<dependency>
Expand Down

0 comments on commit 6413ff7

Please sign in to comment.