Rivoreo Source Code Repositories
src.rivoreo.one
/
glowstone
/
ed398652f61474749213e03469ddc15799fc5714
/
.
/
scripts
/
build.sh
blob: 8f0f1080553bf78df43d0b02c8a071e7d4db4239 [
file
] [
log
] [
blame
] [
raw
]
#!/bin/sh
# Run script within the directory
BINDIR
=
$
(
dirname
"$(readlink -fn "
$0
")"
)
cd
"$BINDIR"
# Build Glowstone
(
cd
..
&&
MAVEN_OPTS
=
"-Xss4m -XX:+TieredCompilation -XX:TieredStopAtLevel=1"
mvn
-
Dmaven
.
test
.
skip
=
true
-
T
1C
-
B package
)