uhub/.travis.yml

15 lines
209 B
YAML
Raw Normal View History

2014-05-09 15:25:29 +00:00
language: cpp
2019-03-13 21:06:41 +00:00
dist: xenial
2014-05-09 15:25:29 +00:00
compiler:
- gcc
- clang
env:
- CONFIG=minimal
- CONFIG=full
install:
- autotest/travis/install-build-depends.sh
script:
- autotest/travis/build-and-test.sh
dist: xenial