uhub/.travis.yml

13 lines
229 B
YAML
Raw Normal View History

2014-05-09 15:25:29 +00:00
language: cpp
compiler:
- gcc
- clang
env:
- CONFIG=minimal
- CONFIG=full ; SSL=openssl
- CONFIG=full ; SSL=gnutls
install:
- autotest/travis/install-build-depends.sh
script:
- autotest/travis/build-and-test.sh