mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-04-19 00:56:52 -04:00
still trying to speed up build
building uber-jar only when deploying
This commit is contained in:
@@ -9,7 +9,7 @@ env:
|
||||
|
||||
before_install: "curl -L --cookie 'oraclelicense=accept-securebackup-cookie;' http://download.oracle.com/otn-pub/java/jce/8/jce_policy-8.zip -o /tmp/policy.zip && sudo unzip -j -o /tmp/policy.zip *.jar -d `jdk_switcher home oraclejdk8`/jre/lib/security && rm /tmp/policy.zip"
|
||||
|
||||
script: mvn -fmain/pom.xml -Puber-jar clean test jacoco:report package
|
||||
script: mvn -fmain/pom.xml clean test jacoco:report
|
||||
|
||||
after_success: mvn -fmain/pom.xml coveralls:report
|
||||
|
||||
@@ -21,6 +21,8 @@ notifications:
|
||||
on_failure: always
|
||||
on_start: false
|
||||
|
||||
before_deploy: mvn -fmain/pom.xml -Puber-jar clean package -DskipTests
|
||||
|
||||
deploy:
|
||||
provider: releases
|
||||
prerelease: true
|
||||
|
||||
Reference in New Issue
Block a user