mirror of
https://github.com/iustin/mt-st.git
synced 2026-01-05 11:44:57 +00:00
This is much more comprehensive than just 'make' since it actually runs the binaries (--version mode) and checks that the distributed archive is complete.
14 lines
262 B
YAML
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
|