1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-25 07:57:12 -07:00

Build travis in two phases

This commit is contained in:
Cedric Beust 2016-06-08 06:07:25 -07:00
parent 9204c22bbd
commit 80c24076ac
2 changed files with 5 additions and 2 deletions

View file

@ -10,4 +10,4 @@ jdk:
install: true
script: ./build-travis.sh assemble test --log 1
script: ./build-travis.sh

View file

@ -1 +1,4 @@
java -Xmx2048m -jar $(dirname $0)/kobalt/wrapper/kobalt-wrapper.jar $*
java -Xmx2048m -jar $(dirname $0)/kobalt/wrapper/kobalt-wrapper.jar $* assemble
java -Xmx2048m -jar $(dirname $0)/kobalt/wrapper/kobalt-wrapper.jar $* test