aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 22a5e07c0c78d9c03afbc29d03db6f8b54b95c51 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
language: c

compiler:
  - clang
  - gcc

os:
  - linux
  - osx

script: ./autogen.sh && ./configure && make

© 2014-2024 Faster IT GmbH | imprint | privacy policy