2015-03-14 15:54:48 +03:00
|
|
|
language: python
|
2015-10-08 18:00:28 +03:00
|
|
|
|
|
|
|
matrix:
|
|
|
|
fast_finish: true
|
|
|
|
include:
|
2015-10-11 18:17:25 +03:00
|
|
|
- sudo: false
|
2016-04-07 17:15:11 +03:00
|
|
|
script:
|
2016-05-26 01:16:15 +03:00
|
|
|
- ./mach test-tidy --no-progress --all
|
|
|
|
- ./mach test-tidy --no-progress --self-test
|
2015-10-16 23:09:36 +03:00
|
|
|
cache: false
|
2015-10-11 18:17:25 +03:00
|
|
|
- sudo: 9000
|
2015-10-16 23:09:36 +03:00
|
|
|
dist: trusty
|
2015-11-05 23:48:39 +03:00
|
|
|
script:
|
|
|
|
- ./mach build -d --verbose
|
2016-09-23 19:11:13 +03:00
|
|
|
- ./mach test-compiletest
|
2017-01-17 16:58:00 +03:00
|
|
|
# disabled due to #15076
|
|
|
|
#- ./mach test-unit
|
2017-01-12 07:01:09 +03:00
|
|
|
# disabled due to #14723
|
|
|
|
#- ./mach build-geckolib
|
|
|
|
#- ./mach test-stylo
|
2016-10-29 08:22:56 +03:00
|
|
|
- bash etc/ci/check_no_panic.sh
|
2015-11-05 23:48:39 +03:00
|
|
|
- bash etc/ci/lockfile_changed.sh
|
2015-12-23 18:05:37 +03:00
|
|
|
- bash etc/ci/manifest_changed.sh
|
2017-04-08 03:03:12 +03:00
|
|
|
- ./mach cargo test -p selectors
|
2017-04-13 05:39:15 +03:00
|
|
|
- ./mach cargo test -p style
|
2015-10-16 23:09:36 +03:00
|
|
|
cache:
|
|
|
|
directories:
|
|
|
|
- .cargo
|
|
|
|
- .servo
|
2015-11-07 04:31:54 +03:00
|
|
|
- $HOME/.ccache
|
2017-04-23 03:17:12 +03:00
|
|
|
before_cache:
|
|
|
|
- ./mach clean-nightlies --keep 2 --force
|
2015-11-07 04:31:54 +03:00
|
|
|
env: CCACHE=/usr/bin/ccache
|
2015-10-16 23:09:36 +03:00
|
|
|
addons:
|
|
|
|
apt:
|
|
|
|
packages:
|
|
|
|
- cmake
|
|
|
|
- freeglut3-dev
|
|
|
|
- gperf
|
|
|
|
- libosmesa6-dev
|
2015-12-23 18:05:37 +03:00
|
|
|
- libgles2-mesa-dev
|
2015-10-16 23:09:36 +03:00
|
|
|
- python-virtualenv
|
|
|
|
- xorg-dev
|
2015-11-07 04:31:54 +03:00
|
|
|
- ccache
|
2016-05-04 18:06:06 +03:00
|
|
|
- libdbus-glib-1-dev
|
2016-09-28 05:46:13 +03:00
|
|
|
- libedit-dev
|
2015-03-14 15:54:48 +03:00
|
|
|
|
|
|
|
branches:
|
|
|
|
only:
|
2015-10-08 18:00:28 +03:00
|
|
|
- master
|