Setup CI concourse build

This commit is contained in:
Stephane Nicoll
2022-03-31 16:17:36 +02:00
parent 8de2a9b74d
commit d6e24fdefd
22 changed files with 785 additions and 0 deletions

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