зеркало из https://github.com/mozilla/gecko-dev.git
34 строки
782 B
YAML
34 строки
782 B
YAML
language: c
|
|
|
|
install: ./etc/ci/travis.install.sh
|
|
|
|
before_script: ./etc/ci/travis.before_script.sh
|
|
|
|
script: ./etc/ci/travis.script.sh
|
|
|
|
git:
|
|
submodules: false
|
|
|
|
notifications:
|
|
irc:
|
|
channels: "irc.mozilla.org#servo"
|
|
on_success: change
|
|
on_failure: change
|
|
use_notice: true
|
|
|
|
env:
|
|
global:
|
|
- LD_LIBRARY_PATH: /usr/local/lib
|
|
- secure: "C/9/o+5KdTY1LZ4qZGE1+gY6mEGamG/VDHP69Om9dklfchJD6C+j8K8dvmE26FeRnLhSL7eGf1b3m6lfgkTZeVFjjiZE0Exvf1yI9Y3QPWR7ViaFxWk1z1I4HaSu4fpBo++e8FW+0EGjIkIrRtAn+bav3eDpAhgSih10KmAx4a8="
|
|
matrix:
|
|
- TASKS=build,test-content,test-ref,push-doc,build-cef
|
|
|
|
matrix:
|
|
include:
|
|
- os: osx
|
|
env: TASKS=build,test-content,test-ref,build-cef
|
|
- os: osx
|
|
env: TASKS=build,test-wpt1
|
|
- os: osx
|
|
env: TASKS=build,test-wpt2
|