summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: bb4d8283938097e6f0f38bd2260ded71951a958e (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
notifications:
  email:
    - spice-devel@lists.freedesktop.org
  irc:
    channels:
      - "irc.gimp.net#spice"
    on_success: change
    on_failure: always
sudo: required
dist: trusty
language: c
compiler:
  - clang
  - gcc
addons:
  apt:
    packages:
      - automake
      - autoconf
      - autoconf-archive
      - pkg-config
      - libglib2.0-dev
      - libnss3-dev
script:
  - ./autogen.sh --prefix=/usr && make all && make distcheck