Mercurial > hg > sv-dependency-builds
view src/capnproto-0.6.0/.travis.yml @ 163:5cc1366da2e9
Apply patch from Tim Bunnell on PortAudio mailing list (2016-12-28, Mac 10.11 deprecation warning)
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Wed, 30 Oct 2019 11:28:45 +0000 |
parents | 45360b968bf4 |
children |
line wrap: on
line source
branches: only: - master - /release-.*/ language: cpp os: - linux - osx compiler: - gcc - clang dist: trusty sudo: false addons: apt: packages: - automake - autoconf - libtool - pkg-config before_install: - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install automake autoconf libtool; fi script: ./super-test.sh -j2 quick # limit parallelism due to limited memory on Travis