build
This commit is contained in:
parent
c673235a42
commit
52e5f4a783
2
.github/workflows/master.yml
vendored
2
.github/workflows/master.yml
vendored
@ -39,5 +39,5 @@ jobs:
|
||||
- name: Build with Maven
|
||||
run: |
|
||||
export MAVEN_OPTS="-Xmx2g -XX:ReservedCodeCacheSize=512m -Dorg.slf4j.simpleLogger.defaultLogLevel=WARN"
|
||||
mvn --no-transfer-progress clean install -pl :kyuubi-common,:kyuubi-ha,:kyuubi-main,:kyuubi-download,:kyuubi-assembly,:kyuubi-spark-sql-engine,:kyuubi-codecov -Dmaven.javadoc.skip=true -B -V
|
||||
mvn clean install -pl '!:kyuubi-server,!:kyuubi-thrift' -Dmaven.javadoc.skip=true -B -V
|
||||
bash <(curl -s https://codecov.io/bash)
|
||||
|
||||
13
.travis.yml
13
.travis.yml
@ -49,11 +49,14 @@ deploy:
|
||||
install:
|
||||
- build/mvn --version
|
||||
|
||||
jobs:
|
||||
include:
|
||||
- stage: spark3.0.0
|
||||
script:
|
||||
- build/mvn --no-transfer-progress clean verify -pl :kyuubi-common,:kyuubi-ha,:kyuubi-main,:kyuubi-spark-sql-engine,:kyuubi-codecov,:kyuubi-download,:kyuubi-assembly -Dmaven.javadoc.skip=true -B -V
|
||||
#jobs:
|
||||
# include:
|
||||
# - stage: spark3.0.0
|
||||
# script:
|
||||
# - build/mvn --no-transfer-progress clean verify -pl :kyuubi-common,:kyuubi-ha,:kyuubi-main,:kyuubi-spark-sql-engine,:kyuubi-codecov,:kyuubi-download,:kyuubi-assembly -Dmaven.javadoc.skip=true -B -V
|
||||
|
||||
script:
|
||||
- mvn clean install -pl '!:kyuubi-server,!:kyuubi-thrift' -Dmaven.javadoc.skip=true -B -V
|
||||
|
||||
after_success:
|
||||
- bash <(curl -s https://codecov.io/bash)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user