gecko-dev/servo/.travis.yml
Ms2ger 952bfeb9ba servo: Merge #12386 - Build geckolib on travis (from servo:geckolib-travis); r=nox
This adds about two minutes to the twenty-minute build.

Source-Repo: https://github.com/servo/servo
Source-Revision: 3ad7261e29a7e0bf96e54b1c63439c3512e12e19
2016-07-11 06:06:06 -07:00

47 lines
1.0 KiB
YAML

language: python
matrix:
fast_finish: true
include:
- sudo: false
script:
- ./mach test-tidy --no-progress --all
- ./mach test-tidy --no-progress --self-test
cache: false
- sudo: 9000
dist: trusty
script:
- ./mach build -d --verbose
- ./mach build-geckolib
- ./mach test-unit
- ./mach test-compiletest
- bash etc/ci/check_no_unwrap.sh
- bash etc/ci/lockfile_changed.sh
- bash etc/ci/manifest_changed.sh
cache:
directories:
- .cargo
- .servo
- $HOME/.ccache
env: CCACHE=/usr/bin/ccache
addons:
apt:
packages:
- cmake
- freeglut3-dev
- gperf
- libosmesa6-dev
- libgles2-mesa-dev
- python-virtualenv
- xorg-dev
- ccache
- libdbus-glib-1-dev
branches:
only:
- master
notifications:
webhooks:
- https://buildtimetrend.herokuapp.com/travis