Files
mt-st/.travis.yml
Iustin Pop aa00a18dc8 Update travis config to run distcheck
This is much more comprehensive than just 'make' since it actually
runs the binaries (--version mode) and checks that the distributed
archive is complete.
2016-05-01 04:04:46 +02:00

14 lines
262 B
YAML

#
# travis-ci configuration file
#
language: c
# no tests or configuration steps for now
script: make && make distcheck
# build with both gcc and clang
compiler:
- clang
- gcc
# just in case the defaults change, we're only interested in Linux:
os:
- linux