summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 5eda54366ad5c07564ecff84e3796c0450a8d2de (plain)
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
language: c

env:
  global:
   # Coverity tokeb
   - secure: "QFUmMNyjyhXhe+zBfGNgnrrgR9NTks90AU6BQXYCxBZm+aaRjjxkN+ITjTJeHxZJEVpqDf/gtidh6KriSWMWM2TcH+ZSsAkVym9XUdk+0Nglh/5mulp++LsbmsERhed5F4YvGS0UAcXPAAv/dESmiJY/EaDPVgXxbTFMa85c6H8="

os:
  - linux
compiler:
  - gcc

branches:
  only:
    - master
    - ci

script:
  - sudo apt-get install -y fontconfig libfribidi-dev yasm && ./autogen.sh && ./configure
  - make

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"
    build_command_prepend: "./configure; make clean"
    build_command:   "make -j 4"
    branch_pattern: coverity_scan