tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

browsertime.sh (372B)


      1 #!/bin/bash -vex
      2 
      3 set -x -e
      4 
      5 echo "running as" $(id)
      6 
      7 set -v
      8 
      9 cd $GECKO_PATH
     10 
     11 export PATH=$PATH:$MOZ_FETCHES_DIR/node/bin
     12 
     13 ./mach browsertime --setup
     14 
     15 # We have tools/browsertime/{package.json,node_modules,...} and want
     16 # browsertime/{package.json,node_modules}.
     17 mkdir -p  /builds/worker/artifacts
     18 cd tools
     19 tar caf /builds/worker/artifacts/browsertime.tar.zst browsertime