forked from libass/libass
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
52 lines (43 loc) · 1.06 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
language: c
env:
global:
# Coverity token
- secure: "QFUmMNyjyhXhe+zBfGNgnrrgR9NTks90AU6BQXYCxBZm+aaRjjxkN+ITjTJeHxZJEVpqDf/gtidh6KriSWMWM2TcH+ZSsAkVym9XUdk+0Nglh/5mulp++LsbmsERhed5F4YvGS0UAcXPAAv/dESmiJY/EaDPVgXxbTFMa85c6H8="
os:
- linux
- osx
compiler:
- gcc
- clang
matrix:
exclude:
- os: osx
compiler: gcc
sudo: required
dist: trusty
branches:
only:
- master
- ci
- coverity_scan
before_install:
- (sudo apt-get update || brew update)
- (sudo apt-get install -y libfontconfig1-dev libfreetype6-dev libfribidi-dev libharfbuzz-dev yasm || brew install freetype fribidi yasm) && ./autogen.sh && ./configure
script:
- make -j4
notifications:
email: false
irc:
channels:
- "irc.freenode.org#libass"
on_success: change
on_failure: always
addons:
coverity_scan:
project:
name: "libass/libass"
description: "Build submitted via Travis CI"
notification_email: none@example.com
build_command_prepend: "./configure"
build_command: "make -j4"
branch_pattern: master|coverity_scan