Fx60: Download modified Firefox build for tests

Use the same version of Firefox that's used to build the standalone
version. Really this should just run fetch_xulrunner.sh itself so that
it stays up to date with any changes to the modifications, but that can
wait until we move zotero-standalone-build into the main repo.
This commit is contained in:
Dan Stillman 2019-08-26 00:48:32 -04:00
parent 9a49718638
commit 3d8d4679f4

View file

@ -10,7 +10,7 @@ env:
global:
secure: "NxvkbZ7/Op7BTGQRR3C4q8lLoO29f8WtyNN27NSH7AO3H0vBr1Vp5xO8gn+H2qHEug5HvM+YrZ/xAkNXaZVbOInmBmKVMxqVvdpKp9JM1Amf+gzsXWQphfySvs6iqzyP6cwU/jspdvX/WSakgU5v7PWXxtUIaKxdANt6Rw7W+Pc="
matrix:
- FX_VERSION="59.0b11"
- FX_VERSION="60.8.0esr"
matrix:
fast_finish: true
#allow_failures:
@ -24,9 +24,7 @@ addons:
services:
- xvfb
install:
- if [ $FX_VERSION = "59.0b11" ]; then
wget -O tarball "https://queue.taskcluster.net/v1/task/L9FO6qp_TnaLkGB_fFy0Sw/runs/0/artifacts/public/build/target.tar.bz2";
fi
- wget -O tarball "https://zotero-download.s3.us-east-1.amazonaws.com/dev/firefox-60.8.0esr-x86_64-modified.tar.gz";
- tar xf tarball
before_script:
- npm i
@ -51,4 +49,4 @@ before_script:
# Fix warnings in output
- dbus-launch
script:
- test/runtests.sh -x firefox/firefox -f
- test/runtests.sh -x firefox-x86_64/firefox -f