summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 5910c687e81c121d2243854c0bd96cfafa205624 (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
language: c

os:
 - linux
 - osx

compiler:
 - clang
 - gcc

script:
 - aclocal --force -I auto-m4 -I gphoto-m4
 - libtoolize --copy --force
 - autoconf
 - autoheader
 - automake --add-missing --copy --force-missing
 - ./configure && make && make test

notifications:
  recipient:
   - marcus@jet.franken.de
  email:
    on_success: change
    on_failure: always