summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 61306a4804e3c76c93e2c7c4083a2c949eabe2b6 (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
38
39
40
41
42
43
44
# Travis build integration.
# https://docs.travis-ci.com/

language: cpp
# Order here matters for implicit matrix generation and coverity scan.
# See travis/main.sh for details.
compiler:
  - gcc
  - clang

env:
  global:
   # COVERITY_SCAN_TOKEN
   - secure: "h7NGklk0xX2iuY5PgxijE7FFEgd95hxbhSwofs+hzYIiW6FR2kk8gSwEqRH5dYGnvazGT3a7fjxuYAr0y5BQCfV7yyQISl19rYZPJbP9bTxGxijTGlItyQqVTXCaucuXzgJbAOgC1W3ja4lYODflCyFzHhPggJLkXEAw1FF3+5M="

sudo: false

# Order here matters; see compiler comment above.
os:
  - linux
  - osx

script: ./travis/main.sh

addons:
  apt:
    packages:
    - nasm
    - naturaldocs
    - libpng-dev
    - libz-dev
    - libjpeg-dev
    - libfreetype6-dev
    - libxpm-dev
    - libx11-dev
    - libxt-dev
    - libfontconfig-dev
    - libvpx-dev
    - libtiff-dev
    - libwebp-dev
    - automake
    - autoconf
    - libtool
    - html2text