1
0
Fork 0
firefox/taskcluster/scripts/misc/browsertime.sh
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

19 lines
372 B
Bash
Executable file

#!/bin/bash -vex
set -x -e
echo "running as" $(id)
set -v
cd $GECKO_PATH
export PATH=$PATH:$MOZ_FETCHES_DIR/node/bin
./mach browsertime --setup
# We have tools/browsertime/{package.json,node_modules,...} and want
# browsertime/{package.json,node_modules}.
mkdir -p /builds/worker/artifacts
cd tools
tar caf /builds/worker/artifacts/browsertime.tar.zst browsertime