mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2025-11-11 11:43:45 +08:00
Add dispatchable workflow
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user