mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
feat: introduce puppeteer-firefox (#3628)
This adds a proof-of-concept of `puppeteer-firefox`. This consists of two parts: - `//experimental/juggler` - patches to apply to Firefox. - `//experimental/puppeteer-firefox` - front-end code to be merged with Puppeteer. As things become more stable, we'll gradually move it out of the experimental folder.
This commit is contained in:
13
experimental/juggler/scripts/upload_linux.sh
Executable file
13
experimental/juggler/scripts/upload_linux.sh
Executable file
@@ -0,0 +1,13 @@
|
||||
set -e
|
||||
|
||||
if [ -e ./FIREFOX_SHA ]; then
|
||||
echo Checking Juggler root - OK
|
||||
else
|
||||
echo Please run this script from the Juggler root
|
||||
exit 1;
|
||||
fi
|
||||
cd firefox/obj-x86_64-pc-linux-gnu/dist/
|
||||
zip -r firefox-linux.zip firefox
|
||||
mv firefox-linux.zip ../../../
|
||||
cd -
|
||||
gsutil mv firefox-linux.zip gs://juggler-builds/$(git rev-parse HEAD)/
|
||||
Reference in New Issue
Block a user