See gh-26882
This commit is contained in:
Stephane Nicoll 2021-04-30 12:52:16 +02:00
parent 6f4fb08bf8
commit 865969400b
2 changed files with 9 additions and 1 deletions

8
ci/scripts/build-pr.sh Normal file
View File

@ -0,0 +1,8 @@
#!/bin/bash
set -e
source $(dirname $0)/common.sh
pushd git-repo > /dev/null
./gradlew -Dorg.gradle.internal.launcher.welcomeMessageEnabled=false --no-daemon --max-workers=4 check
popd > /dev/null

View File

@ -16,4 +16,4 @@ run:
args:
- -ec
- |
${PWD}/git-repo/ci/scripts/build-project.sh
${PWD}/git-repo/ci/scripts/build-pr.sh