2015-10-31 02:53:32 -04:00
|
|
|
sudo: false
|
2015-05-19 04:07:09 -04:00
|
|
|
language: cpp
|
|
|
|
compiler:
|
|
|
|
- gcc
|
|
|
|
env:
|
2016-12-21 07:36:50 -05:00
|
|
|
- FX_VERSION="49.0.2"
|
2015-05-19 04:07:09 -04:00
|
|
|
matrix:
|
|
|
|
fast_finish: true
|
2016-12-21 07:36:50 -05:00
|
|
|
#allow_failures:
|
|
|
|
# - env: FX_CHANNEL="beta"
|
2015-05-19 04:07:09 -04:00
|
|
|
notifications:
|
|
|
|
email: false
|
|
|
|
install:
|
2016-12-21 07:36:50 -05:00
|
|
|
- if [ $FX_VERSION = "49.0.2" ]; then
|
|
|
|
wget -O tarball "https://archive.mozilla.org/pub/firefox/tinderbox-builds/mozilla-release-linux64-add-on-devel/1476892163/firefox-49.0.2.en-US.linux-x86_64-add-on-devel.tar.bz2";
|
2016-08-08 02:57:45 -04:00
|
|
|
fi
|
2015-11-19 16:16:53 -05:00
|
|
|
- tar xf tarball
|
2015-05-19 04:07:09 -04:00
|
|
|
before_script:
|
|
|
|
- export DISPLAY=:99.0
|
|
|
|
- sh -e /etc/init.d/xvfb start
|
|
|
|
script:
|
|
|
|
- test/runtests.sh -x firefox/firefox
|