mirror of
https://github.com/badvision/jace.git
synced 2024-11-24 15:30:51 +00:00
Test to see if Travis will run Packr to produce a mac build
This commit is contained in:
parent
f19b0847ad
commit
90d13dfde0
13
.travis.yml
13
.travis.yml
@ -5,7 +5,18 @@ addons:
|
|||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
- oracle-java8-installer
|
- oracle-java8-installer
|
||||||
before_deploy: git fetch --tags
|
before_deploy:
|
||||||
|
- |
|
||||||
|
wget http://bit.ly/packrgdx && java -jar packr.jar
|
||||||
|
--platform mac
|
||||||
|
--jdk http://download.oracle.com/otn-pub/java/jdk/8u151-b12/e758a0de34e24606bca991d704f6dcbf/jdk-8u151-macosx-x64.dmg
|
||||||
|
--executable jace
|
||||||
|
--classpath jace.jar
|
||||||
|
--mainclass jace/JaceApplication
|
||||||
|
--vmargs Xmx1G
|
||||||
|
--minimizejre soft
|
||||||
|
--output out-mac
|
||||||
|
- git fetch --tags
|
||||||
deploy:
|
deploy:
|
||||||
provider: releases
|
provider: releases
|
||||||
api_key:
|
api_key:
|
||||||
|
Loading…
Reference in New Issue
Block a user