curl/.travis.yml

24 lines
413 B
YAML
Raw Normal View History

2015-08-21 00:10:59 -04:00
os:
- linux
- osx
sudo: false
language: c
2015-08-21 00:10:59 -04:00
install:
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew update > /dev/null; fi
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew install openssl libidn rtmpdump libssh2 c-ares libmetalink libressl nghttp2; fi
before_script:
- ./buildconf
script: ./configure --enable-debug && make && make test-full
compiler:
- clang
- gcc
notifications:
email: false