Delta builds for Linux and MacOSX (build in <2 min with docker)

This commit is contained in:
FriwiDev
2021-12-29 19:28:48 +01:00
parent d7be58e81f
commit c1352b66c0
6 changed files with 77 additions and 10 deletions

View File

@@ -28,7 +28,10 @@ fi
# Create and enter the `jcef_build` directory.
# The `jcef_build` directory name is required by other JCEF tooling
# and should not be changed.
mkdir jcef_build && cd jcef_build
if [ ! -d "jcef_build" ]; then
mkdir jcef_build
fi
cd jcef_build
#Compile JCEF java classes
cd ../tools