summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 5160eb7db9d7601b01611bc341071d9989bd2732 (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
sudo: false
language: c
addons:
    apt:
      packages:
          - libxinerama-dev
          - autoconf
          - automake
          - make 
          - libxft-dev
          - libx11-dev
          - libpango1.0-dev
          - xvfb
          - xdotool

compiler:
  - gcc

before_install:
    - autoreconf -i 

script:
    - ./configure --enable-gcov
    - make
    - make test
# to re-enable if xdotool is allowed.
    - make test-x