mirror of
https://github.com/apache/druid.git
synced 2025-02-22 18:30:13 +00:00
add travis check to make sure -Pdist works (#7418)
This commit is contained in:
parent
e28a15f9f5
commit
7778f29781
@ -48,6 +48,12 @@ matrix:
|
||||
# Strict compilation requires more than 2 GB
|
||||
script: MAVEN_OPTS='-Xmx3000m' mvn clean -Pstrict -pl '!benchmarks' compile test-compile -B --fail-at-end
|
||||
|
||||
# packaging check
|
||||
- env:
|
||||
- NAME="packaging check"
|
||||
install: true
|
||||
script: MAVEN_OPTS='-Xmx3000m' mvn -DskipTests -Dforbiddenapis.skip=true -Dcheckstyle.skip=true -Dpmd.skip=true -Dmaven.javadoc.skip=true -pl '!benchmarks' -B --fail-at-end clean install -Pdist
|
||||
|
||||
# processing module test
|
||||
- env:
|
||||
- NAME="processing module test"
|
||||
|
Loading…
x
Reference in New Issue
Block a user