mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2025-11-12 20:23:47 +08:00
Debug linux build script
This commit is contained in:
@@ -3,6 +3,9 @@ set -e
|
|||||||
|
|
||||||
# Determine architecture
|
# Determine architecture
|
||||||
echo "Building for architecture $TARGETARCH"
|
echo "Building for architecture $TARGETARCH"
|
||||||
|
echo "JAVA_HOME: $JAVA_HOME"
|
||||||
|
echo "PATH: $PATH"
|
||||||
|
java -version
|
||||||
|
|
||||||
if [ ! -f "/jcef/README.md" ]; then
|
if [ ! -f "/jcef/README.md" ]; then
|
||||||
echo "Did not find existing files to build - cloning..."
|
echo "Did not find existing files to build - cloning..."
|
||||||
|
|||||||
Reference in New Issue
Block a user