Mercurial > hg > sv-dependency-builds
annotate src/capnproto-0.6.0/.travis.yml @ 169:223a55898ab9 tip default
Add null config files
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Mon, 02 Mar 2020 14:03:47 +0000 |
parents | 45360b968bf4 |
children |
rev | line source |
---|---|
cannam@147 | 1 branches: |
cannam@147 | 2 only: |
cannam@147 | 3 - master |
cannam@147 | 4 - /release-.*/ |
cannam@147 | 5 language: cpp |
cannam@147 | 6 os: |
cannam@147 | 7 - linux |
cannam@147 | 8 - osx |
cannam@147 | 9 compiler: |
cannam@147 | 10 - gcc |
cannam@147 | 11 - clang |
cannam@147 | 12 dist: trusty |
cannam@147 | 13 sudo: false |
cannam@147 | 14 addons: |
cannam@147 | 15 apt: |
cannam@147 | 16 packages: |
cannam@147 | 17 - automake |
cannam@147 | 18 - autoconf |
cannam@147 | 19 - libtool |
cannam@147 | 20 - pkg-config |
cannam@147 | 21 before_install: |
cannam@147 | 22 - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi |
cannam@147 | 23 - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install automake autoconf libtool; fi |
cannam@147 | 24 script: ./super-test.sh -j2 quick # limit parallelism due to limited memory on Travis |