Add dispatchable workflow

This commit is contained in:
FriwiDev
2021-11-15 12:13:14 +01:00
parent e42c8126b8
commit bf5b6851c5
4 changed files with 73 additions and 7 deletions

View File

@@ -8,13 +8,13 @@ if [ ! -f "/jcef/README.md" ]; then
echo "Did not find existing files to build - cloning..."
rm -rf /jcef
git clone https://bitbucket.org/chromiumembedded/java-cef.git /jcef
cd /jcef
git checkout ${REF}
else
echo "Found existing files to build"
cd /jcef
fi
# Enter the JCEF source code directory.
cd /jcef
# Create and enter the `jcef_build` directory.
# The `jcef_build` directory name is required by other JCEF tooling
# and should not be changed.