Added compile only mode
This commit is contained in:
9
scripts/compileOnly.sh
Executable file
9
scripts/compileOnly.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
source common.sh || source scripts/common.sh || echo "No common.sh script found..."
|
||||
|
||||
FOLDER=`pwd`
|
||||
|
||||
set -e
|
||||
|
||||
./mvnw clean install -DskipTests -Pfast
|
||||
Reference in New Issue
Block a user