mirror of
https://github.com/badvision/jace.git
synced 2024-11-04 20:05:01 +00:00
Still trying to get that multiline command working for travis
This commit is contained in:
parent
c773fda3ff
commit
3bed89e530
19
.travis.yml
19
.travis.yml
@ -6,16 +6,17 @@ addons:
|
||||
packages:
|
||||
- oracle-java8-installer
|
||||
before_deploy:
|
||||
- |
|
||||
wget http://bit.ly/packrgdx && java -jar packrgdx
|
||||
--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
|
||||
- >
|
||||
wget http://bit.ly/packrgdx && java -jar packrgdx \
|
||||
--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:
|
||||
provider: releases
|
||||
|
Loading…
Reference in New Issue
Block a user