zotero/.travis.yml

33 lines
1.2 KiB
YAML
Raw Normal View History

sudo: false
2015-05-19 08:07:09 +00:00
language: cpp
compiler:
- gcc
env:
- FX_CHANNEL="release"
# Disabled during beta
2016-08-09 05:52:21 +00:00
#- FX_CHANNEL="esr"
#- FX_CHANNEL="beta"
2015-05-19 08:07:09 +00:00
matrix:
fast_finish: true
allow_failures:
2016-08-09 05:54:17 +00:00
- env: FX_CHANNEL="beta"
2015-05-19 08:07:09 +00:00
notifications:
email: false
install:
# Use unbranded builds for 'release' and 'beta'
2016-08-08 06:57:45 +00:00
- if [ $FX_CHANNEL != "esr" ]; then
TS="`curl -s https://archive.mozilla.org/pub/firefox/tinderbox-builds/mozilla-${FX_CHANNEL}-linux64-add-on-devel/ | grep mozilla-$FX_CHANNEL | tail -n 1 | sed -r 's/.+add-on-devel\/([0-9]+).+/\1/'`";
FN="`curl -s https://archive.mozilla.org/pub/firefox/tinderbox-builds/mozilla-${FX_CHANNEL}-linux64-add-on-devel/$TS/ | grep add-on-devel.tar.bz2 | head -n 1 | sed -r 's/.+>(firefox-[^<]+).+/\1/g'`";
wget -O tarball "https://archive.mozilla.org/pub/firefox/tinderbox-builds/mozilla-${FX_CHANNEL}-linux64-add-on-devel/$TS/$FN";
fi
# Use official build for 'esr'
2016-08-08 06:57:45 +00:00
- if [ $FX_CHANNEL == "esr" ]; then
2016-08-08 07:01:22 +00:00
wget -O tarball "https://download.mozilla.org/?product=firefox-${FX_CHANNEL}-latest&os=linux64&lang=en-US";
2016-08-08 06:57:45 +00:00
fi
- tar xf tarball
2015-05-19 08:07:09 +00:00
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
script:
- test/runtests.sh -x firefox/firefox