Merge branch 'master' into 2.0.x
This commit is contained in:
@@ -1 +1 @@
|
||||
releaser.maven.buildCommand: ./scripts/buildWithDocs.sh
|
||||
releaser.maven.buildCommand: ./scripts/noIntegration.sh
|
||||
10
scripts/fastBuild.sh
Executable file
10
scripts/fastBuild.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
source common.sh || source scripts/common.sh || echo "No common.sh script found..."
|
||||
|
||||
set -e
|
||||
|
||||
[[ -z "${CORES}" ]] && CORES=1
|
||||
echo -e "\n\nRUNNING FAST BUILD (NO INTEGRATION TESTS) WITH [${CORES}] CORES\n\n"
|
||||
|
||||
./mvnw clean install -Pdocs,fast -T ${CORES}
|
||||
@@ -2,9 +2,9 @@
|
||||
|
||||
source common.sh || source scripts/common.sh || echo "No common.sh script found..."
|
||||
|
||||
FOLDER=`pwd`
|
||||
|
||||
set -e
|
||||
|
||||
[[ -z "${CORES}" ]] && CORES=1
|
||||
echo -e "\n\nRUNNING FAST BUILD (NO INTEGRATION TESTS) WITH [${CORES}] CORES\n\n"
|
||||
|
||||
./mvnw clean install -Pdocs,fast -T ${CORES}
|
||||
./mvnw clean install
|
||||
${FOLDER}/scripts/generateDocs.sh
|
||||
Reference in New Issue
Block a user